Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add mise release task for GitHub releases#349

Merged
tobyhede merged 1 commit into
mainfrom
feat/release-task
Jan 26, 2026
Merged

feat: add mise release task for GitHub releases#349
tobyhede merged 1 commit into
mainfrom
feat/release-task

Conversation

@tobyhede

Copy link
Copy Markdown
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.

@auxesis auxesis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You love to see it. Thanks @tobyhede!

@tobyhede tobyhede merged commit e12a527 into main Jan 26, 2026
5 checks passed
@tobyhede tobyhede deleted the feat/release-task branch January 26, 2026 23:27
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