Skip to content

Conversation

@tobyhede
Copy link
Contributor

Summary

  • Add mise run release <version> command for creating GitHub releases
  • Add comprehensive release documentation to DEVELOPMENT.md

Usage

mise run release v2.1.9

This will:

  1. Create a git tag for the version
  2. Push the tag to origin
  3. Create a GitHub release with auto-generated notes
  4. Trigger the release workflow which builds and publishes Docker images

Documentation

Added to DEVELOPMENT.md:

  • Using mise (recommended)
  • Manual release instructions
  • Re-releasing a failed version

Add `mise run release <version>` command that:
- Creates a git tag
- Pushes the tag to origin
- Creates a GitHub release with auto-generated notes

Also adds comprehensive release documentation to DEVELOPMENT.md
covering the mise task, manual release process, and re-releasing
a failed version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants