Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 695 Bytes

File metadata and controls

13 lines (7 loc) · 695 Bytes

Releasing

This is a checklist for releasing a new version of eoapi-devsee.

  1. Make sure the Changelog is up to date with latest changes and release date set

  2. Run bump-my-version to update all eoapi's module versions: uv run bump-my-version bump minor --new-version 0.4.0

  3. Push your change and tag git push origin main --tags

  4. 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

  5. The release will trigger a new deployement