changelog-action
changelog-action copied to clipboard
Bug: revert prefix not picked up
Hi, I have a commit with this title:
revert: Home screen
And using the following changelog action
- name: Update CHANGELOG
id: changelog
uses: Requarks/[email protected]
with:
tag: ${{ inputs.tag_name }}
excludeTypes: ""
includeInvalidCommits: true
However, the action doesn't find/include the commit.
- Is there a way I can see if this is user-error by running this locally and seeing if the commit is picked up?
Kind Regards
Chris