bumpversion icon indicating copy to clipboard operation
bumpversion copied to clipboard

Version-bump your software with a single command

Results 96 bumpversion issues
Sort by recently updated
recently updated
newest added

When creating annotated tags (by passing a message into them), you can use `git describe`. For us, this is wanted behavior (anyone can see exactly what version they're using), but...

Here is the workflow I'm following for my project (assuming last release is 3.11) 'master' branch is for stable releases, 'next' is for development. On 'next': - First, alpha release:...

Hi, `{current_major}`, `{new_patch}` ...etc are supported in `message`. Is it possible to allow them in `search`/`replace`? This would be useful to manage project with "short" version like `1.3.9` and `1.3`....

bumpversion uses trailing spaces and tabs if it updates it's own configuration. As long as the configuration is kept in a separate `.bumpversion` file this is just a cosmetic issue....

I have bumpversion 0.5.3 running on linux mint 17 (which uses ubuntu 14.04.3). Every time I run bumpversion I get this error: Traceback (most recent call last): File "/home/hodur/work/test/bumpversiontest/env/bin/bumpversion", line...

I am attempting to perform version bumps against a maven project with a `pom.xml` file that has the project version and dependency versions. Sometimes, the project version will match up...

Help formed by argparse (`bumpversion --help`) does not tell what are allowed values for `part` argument. I mean the 'major', 'minor' and 'patch' (most probably, I believe) . The help...

Hi, I'm using `Mac OS Sierra 10.12.5` and git version is: `2.9.2`. I'm using `gpgsign` to sign my commits. With the `gpgsign` turned on, It gives me error: ``` »...

Most software will also store a release date along with the release number. I was hoping bumpversion could also set the release date for me. The search/replace options looked promising,...

Hi all, it's very likely what I'm seeing is user error, but I'm having trouble figuring out how exactly to get the result that I'm looking for. Really all I...