git-bump icon indicating copy to clipboard operation
git-bump copied to clipboard

Bump version (git tag) to next one with semver.

Results 4 git-bump issues
Sort by recently updated
recently updated
newest added

I would like an option not to automatically push the updated version (I'll do it myself). Could you add a flag so it doesn't bother if you pass the flag?

## WHAT Now v prefix is supported. For example, let's say some projects didn't use v prefix before. But if they want to use it, this app should handle it...

## WHAT Support prerelease ## WHY Cover various usecases

Hi 👋 , `go install` will currently fail with the message: ``` $ go install github.com/babarot/git-bump@latest go: downloading github.com/babarot/git-bump v0.1.1 go: github.com/babarot/git-bump@latest: version constraints conflict: github.com/babarot/[email protected]: parsing go.mod: module declares...