-
Notifications
You must be signed in to change notification settings - Fork 25
Release Process
Owen Campbell edited this page Apr 20, 2022
·
11 revisions
- You'll need to have a local copy of bump2version installed - that's probably best done using pipx
- Checkout the main branch and ensure it's up to date
git checkout main git pull
- Prep CHANGELOG.md
- Consider the unreleased entries to determine the 'bump' level of this release ('patch', 'minor' or 'major')
- Change the 'Unreleased' heading to the new version details and save
- Commit the change
git add . git commit -m "Prep changelog for new release"
- Bump the version
bumpversion <patch|minor|major>
- Push to github
git push github git push github --tags
- Announce on Users Forum!