-
Notifications
You must be signed in to change notification settings - Fork 348
Closed
Description
-
Remove
dev0
from the version in__init__.py
__version__
-
Make a release commit:
git commit -m 'RLS: v0.2.0'
-
Push the RLS commit
git push upstream master
-
- Call the release the current version, e.g.
v0.2.0
and pin it tomaster
- This will trigger this github action job. Ensure that it completes in the actions tab
After a few minutes, confirm that the PyPI version is updated - If it's a minor/major versoin bump, add some simple release notes.
If you wish, use [github-activity
to generate a changelog](https://github.com/choldgraf/github-activity, eggithub-activity pandas-dev/pydata-sphinx-theme --since v0.2.2 --until v0.3.0
).
- Call the release the current version, e.g.
-
Bump the
__init__.py
__version__
and adddev0
to it. e.g.:v0.2.1dev0
. -
Commit and push to master
``` git commit -m "dev version bump" git push upstream master ```
-
Celebrate, you're done!
Closes #238
Metadata
Metadata
Assignees
Labels
No labels