Use git add -- .
instead of git commit -a
#236
Labels
bug
Something isn't working
GH Workflows
Issue/PR related to the callable workflows
priority/high
High priority issue/PR
The issue arises when new files are created - these are not technically "changed", hence
git commit -a
will not add them to the stack.This is particularly "bad" when doing a release for the first time and the
CHANGELOG.md
is generated for the first time.The text was updated successfully, but these errors were encountered: