Skip to content

Commit

Permalink
Update how to
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Nov 8, 2021
1 parent 6898727 commit bec9d61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions HOWTO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,16 @@ How to issue a salem release.
We also update the stable branch with `git cherrypick` for documentation
only fixes that apply the current released version.
10. Add a section for the next release (`v.X.(Y+1)`) to `doc/whats-new.rst`.
Reset setup.py's `is_released` to False.
11. Commit your changes and push to master again:


git commit -a -m 'Revert to dev version'
git push origin master

You're done pushing to master!
13. Issue the release on GitHub. Click on "Draft a new release" at

12. Issue the release on GitHub. Click on "Draft a new release" at
https://github.com/fmaussion/salem/releases. Type in the version number, but
don't bother to describe it -- we maintain that on the docs instead.
14. Update the docs. Login to https://readthedocs.org/projects/salem/versions/
13. Update the docs. Login to https://readthedocs.org/projects/salem/versions/
and switch your new release tag (at the bottom) from "Inactive" to "Active".
It should now build automatically.
15. Issue the release announcement!
14. Issue the release announcement!
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
MAJOR = 0
MINOR = 3
MICRO = 7
ISRELEASED = True
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''

Expand Down

0 comments on commit bec9d61

Please sign in to comment.