Updating to the current version of both chglog binaries
This action handles generating a new changelog based on (git-chglog)[https://github.com/git-chglog/git-chglog]
Optional - This provides an argument to the next-tag flag - which puts unreleased code under this tag
** Required ** - This is the name and path to where you want the changelog generated
Optional - This turns on an experimental version of git-chglog with more features (and potentially more bugs) More info can be found at (r26D/git-chglog)[https://github.com/r26d/git-chglog]
Optional - These arguments are passed on to the git-chglog command
- name: Generate the Changelog
uses: r26d/[email protected]
with:
next_tag: 1.0.0
experimental: true
additional_args: --path node/src
file: "CHANGELOG.md"