This action installs git-chglog and adds it to your PATH.
See action.yaml
Basic:
steps:
- uses: actions/install-git-chglog@v1
- run: git-chglog -o CHANGELOG.md
The scripts and documentation in this project are released under the MIT License.
Are welcome.
This will only run on ubuntu
, so there is no point in passing anything to runs-on
. I did not see a need to add this, but if you have this use case please reach out via an issue or PR.