Skip to content
package

GitHub Action

install-git-chglog

v1.0.0 Latest version

install-git-chglog

package

install-git-chglog

GitHub Action for git-chglog. Anytime, anywhere, Write your CHANGELOG

Installation

Copy and paste the following snippet into your .yml file.

              

- name: install-git-chglog

uses: craicoverflow/[email protected]

Learn more about this action in craicoverflow/install-git-chglog

Choose a version

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.