An open API service indexing awesome lists of open source software.

https://github.com/bpazy/setup-git-chglog

Set up your GitHub Actions workflow with a specific version of git-chglog
https://github.com/bpazy/setup-git-chglog

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](action.yml)

Basic:
```yaml
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](LICENSE)