Skip to content

Commit

Permalink
Small clarification on why tag main
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar Tasev committed Dec 3, 2020
1 parent 0c6a700 commit 1bf5c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/developer_guide/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ The version number is expected to be in SemVer format and will be referred to as
- Create Git tag from ``master``: ``git tag M.m.p --sign``
- Push the tag to the repository: ``git push M.m.p``
- This should produce a conda package on https://anaconda.org/mantid/mantidimaging that is using the version from the new tag.
- Edit the labels on this package and add :code:`main`
- Edit the labels on this package and add :code:`main`. This will make IDAaaS automatically pick it up when it creates the release environment.
- We may leave the :code:`unstable` tag, as they don't conflict with each other. It just means that there may be a point where the release and unstable environment point to the same version. This will change as soon as a new unstable version is published.
- (optional) Add release notes in the docs GitHub

0 comments on commit 1bf5c3b

Please sign in to comment.