How can I choose specific commits to be added to the changelog? #4110
Answered
by
caarlos0
matanmarciano
asked this question in
Q&A
-
Hey there! As far as I understand, there is an option for filtering in the changelog yaml file and I though I can write a regex which match all commits WITHOUD this keyword, BUT there is a limitation in Go Regexp that no support for lookahead. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Jun 15, 2023
Replies: 1 comment 4 replies
-
I think it's not possible right now... but we could add an |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's not possible right now... but we could add an
includes
option to the changelog...