install-git-chglog
ActionsTags
(2)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.
install-git-chglog is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.