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

Create Git release commits and tags with changelogs

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

Sometimes it’s useful to prefix the version with something other than `v` (e.g. some projects use `v.`; Debian packaging uses `upstream/` for upstream sources and `debian/` for Debian packaging), or...

Hi, On a couple of packages I use date-based version numbers, e.g. 20220103.2, where the component before the dot is the date of the release and the component after the...

Coin commit hooks that can reside in `./.git/hooks/` that will be called pre and post `git bump`. For the pre commit hook if you respect failures you can prevent `git...

It would be useful to have something like 'git bump undo/reset/revert' to undo the last version (reset commit, delete tag, etc.) I see thif mainly for experimentation and development purposes,...