semver-cli
semver-cli copied to clipboard
An easy to use CLI tool to manage your project versions and its upgrades according to the Semantic Versioning specification
``` $ semver init v1.0.0-beta.23 $ cat .semver.yaml alpha: 0 beta: 0 rc: 0 release: v1.0.0 ``` I think that beta is not taken into account
Hello, Officially, semver is not prefixing version with 'v' https://semver.org/#is-v123-a-semantic-version It is widely used, but not the default one. Could we have 2 modes ? one with and another without...
* Upgrade go.mod dependencies * Upgrade go version on go.mod to 1.23
If this could be distributed and be installable with Homebrew, it would make it easier to add this tool to a developers toolbox!
# Purpose Configure automated cross-platform releases with GoReleaser and Homebrew distribution. ## Changes Made 1. GitHub Actions Workflow (.github/workflows/release.yml) - Added release workflow triggered on version tags - Includes Go...