Release r2r-cli
release r2r-cli - Create a git tag for releasing r2r-cli using semver format
Creates a git tag in the format 'r2r-cli/x.y.z' to trigger the release workflow. The tag follows semantic versioning (semver) and will automatically trigger the GitHub Actions workflow to build and release binaries for multiple platforms. The version must follow semver format (x.y.z) where x, y, z are non-negative integers. IMPORTANT: This command requires --tag-direct flag to prevent accidental releases. The preferred flow is: release this → commit → push → workflow creates tag. Use --tag-direct only when you need to tag directly from devbox.
Notes
Expected Output:
- Git tag created in format r2r-cli/x.y.z
- Tag triggers the release workflow to build and publish binaries
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.