Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

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

Set up your GitHub Actions workflow with a specific version of git-chglog

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages