-
Notifications
You must be signed in to change notification settings - Fork 35
feat: adds custom tags values to generate changelog #26
feat: adds custom tags values to generate changelog #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Please fix the linting errors - https://github.com/ScottBrenner/generate-changelog-action/runs/2218786841#step:4:89 - then I'll merge this in.
Done! |
Thanks! I wonder if this might "overwrite"
|
I am not sure if I understood what you meant on your question. If I missed what you meant please let me know =) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nevermind, LGTM!
The main objective here is to be able to pass FROM and TO tags to generate changelog. In case none is passes, fallback to the current case that gets last and last-1 tags via git command.