get-next-version
get-next-version copied to clipboard
get-next-version gets the next version for your repository according to semantic versioning based on conventional commits.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.12.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.12.0 What's Changed git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @moranCohen26 in go-git/go-git#994 git:...
### What is this feature about? Thank you for creating such a helpful tool! I've been using it regularly in GitHub Actions. I would like to request a feature that...
### What happened incorrectly? A git commit tagged with, for example, `v4`, `v4.5`, and `v4.5.14` results in `get-next-version` complaining that the commit is tagged with multiple semver versions. This tagging...