churchtools / changelogger

CLI Tool for creating consistent and committable changelog entries.
https://churchtools.github.io/changelogger/
Apache License 2.0
32 stars 9 forks source link

Error in changelogger new #14

Closed djschilling closed 5 years ago

djschilling commented 5 years ago

When calling ./bin/changelogger new i get the following git error:

error: Unbekannte Option:show-current'`

obstschale commented 5 years ago

Did you try using changelogger in a project without git? The command git branch --show-current is currently used to determine the branch name for the file name.

Workaround: changelogger new -i <filename>.

I think, I will change the behaviour and not use git at all to avoid the necessity of git.

djschilling commented 5 years ago

no i was in a project folder with git.

obstschale commented 5 years ago

Ok, weird. Whatsoever, like I said, I will remove the git command from the project with the next release and move to timestamps or something else.