Filip Noetzel

Results 90 comments of Filip Noetzel

> also set the release date for me Can you elaborate on that ? You can use `{now:%d.%m.%Y}` in both the tag and the message template string. See https://github.com/peritus/bumpversion/blob/6ec908f018a827bfae94ed50baf241461eba7bcb/tests/test_cli.py#L1520-L1533 for...

Sure. Can do that.

@ionelmc I should probably add a sunsetting notice to the top of the README, saying this is not actively maintained and people should switch to one of the forked versions....

You mean as in ``` [bumpversion:file:path/to/source/*.php] ``` would expand and match ``` path/to/source/a_file.php path/to/source/a_second_file.php path/to/source/another_file.php path/to/source/file_that_does_not_start_with_a.php ``` ? No, it doesn't work that way at the moment, you'd have to...

@louisl > back to the old find and replace on folders for now then You have folders that have version numbers in their names or am I misunderstanding this ?

Seems like a warning originating from git / your specific git config. Can you post your `git config --list` output (please remember strip auth tokens etc. (!)) ?

I might have fixed this as part of making the tests run on windows (are you running windows btw?) here: https://github.com/peritus/bumpversion/pull/64#issuecomment-70079805 Can you install the current version by executing ```...

Just curious, are you using windows ?

http://stackoverflow.com/questions/27059239/git-new-blank-line-at-eof seems to be a valuable resource here.

This could be the culprit: > `insert_final_newline = true` As far as I understand it's recommended to have a _newline character_ (also known as _\n_) at the end of a...