This is a checklist for releasing a new version of eoapi-devsee.
-
Make sure the Changelog is up to date with latest changes and release date set
-
Run
bump-my-versionto update all eoapi's module versions:uv run bump-my-version bump minor --new-version 0.4.0 -
Push your change and tag
git push origin main --tags -
Create a new release targeting the new tag, and use the "Generate release notes" feature to populate the description. Publish the release and mark it as the latest
-
The
releasewill trigger a new deployement