How to skip changelog commit in changelog #956
Unanswered
RWOverdijk
asked this question in
Q&A
Replies: 1 comment
-
Hello, sorry for the late reply. For sure: [git]
# regex for parsing and grouping commits
commit_parsers = [
{ message = "^chore\\(release\\): create changelog for", skip = true }
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I got everything up and running, I just noticed something that I find interesting:
chore(release): create changelog for 0.2.3
This is included in the changelog itself. It's not wrong, it did happen, but I think it can be skipped from the changelog itself.
Is it possible to prevent the changelog commit from being added to the changelog? 😄
Beta Was this translation helpful? Give feedback.
All reactions