Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 681 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 681 Bytes

install-git-chglog

This action installs git-chglog and adds it to your PATH.

Usage

See action.yaml

Basic:

steps:
- uses: actions/install-git-chglog@v1
- run: git-chglog -o CHANGELOG.md

License

The scripts and documentation in this project are released under the MIT License.

Contributions

Are welcome.

Limitations

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.