Skip to content

actions-marketplace-validations/Bpazy_setup-git-chglog

Repository files navigation

setup-git-chglog

GitHub Actions status

This action sets up a git-chglog environment for use in actions by:

  • optionally downloading a version of git-chglog by version and adding to PATH

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: actions/setup-git-chglog@v1
  with:
    git-chglog-version: '0.15.0' # The git-chglog version to download (if necessary) and use.
- run: git-chglog --version

Development

npm run build | npm run package

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published