peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 148 forks source link

Add [skip ci] to default commit message #141

Closed m3nu closed 8 years ago

m3nu commented 8 years ago

I just struggled to bump, tag and commit after a CircleCI test without having it run again on that commit.

Later I found [skip ci] which supported by CircleCI, Jenkins and Travis

So it would be useful to add [skip ci] to the commit message, I suppose?

ulope commented 8 years ago

Please don't.

We (and I know of more projects doing this) use travis to automate releases to PyPI if all tests pass on tagged commits so we depend on those commits being executed by CI.

peritus commented 8 years ago

Yes, bumpversion won't force you into workflows. If you like a commit message other then the default, please configure it.

chfast commented 6 years ago

How can I have a multiline commit message in config?