Skip to content

Commit

Permalink
Updated hints to release a version
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed May 24, 2022
1 parent d38435f commit 40d7cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ def start_release(session):
git('checkout', '-b', release_branch, 'master')
_change_version(session, prev_version, version)
git('add', 'segno/__init__.py')
session.log('Now on branch "{}". Run the tests, run nox -e docs. Update CHANGES'.format(release_branch))
session.log('Now on branch "{}". Run the tests, run nox -e docs. Update and add CHANGES'.format(release_branch))
session.log('Commit any changes.')
session.log('When done, call nox -e finish-release -- {}'.format(version))


Expand Down

0 comments on commit 40d7cd1

Please sign in to comment.