-
Notifications
You must be signed in to change notification settings - Fork 6
How to update notification‐utils
Andrew edited this page Oct 11, 2024
·
2 revisions
- Bump the version number in pyproject.toml (under [tool.poetry])
- Update waffles: https://github.com/cds-snc/notification-utils/blob/main/.github/actions/waffles/requirements.txt
- Push up your changes and do a PR review / merge as normal
- Tag the merge commit with your new version:
- Checkout / update main
- Example:
git tag -a 42.0.0 -m "42.0.0"
- Push up the tag:
- git push origin --tags
- Update
pyproject.toml
in notification-admin and notification-api with the new notification-utils version number