-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Milestone
Description
- Bump
__version__
in__init__.py
.- Use semantic versioning to decide whether it's a major, minor, or patch bump.
- Before we have released 1.0, treat minor versions as breaking releases, and patch versions as feature / patch releases.
- Update our version switcher
.json
file with the new version - Make a release commit:
git commit -m 'RLS: v0.2.0'
- Push the RLS commit
git push upstream master
- Make a GitHub release
- Call the release the current version, e.g.
v0.2.0
- In the
Choose a Tag:
dropdown, type in the release name (e.g.,v0.2.0
) and click "Create new tag" - In the
Target:
dropdown, pin it to the release commit that you've just pushed. - Add release notes in the field below (if it's a minor/major version bump)
If you wish, usegithub-activity
to generate a changelog, eggithub-activity pydata/pydata-sphinx-theme --since v0.2.2 --until v0.3.0
. - Confirm that this github action job has completed successfully in the actions tab
- Confirm that the PyPI version is updated
- Call the release the current version, e.g.
- Celebrate, you're done!
@choldgraf I plan to release 0.9rc1 later today. Any reason to delay?
Metadata
Metadata
Assignees
Labels
No labels