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
- Host: GitHub
- URL: https://github.com/bpazy/setup-git-chglog
- Owner: Bpazy
- License: mit
- Created: 2021-08-26T01:17:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T10:44:22.000Z (12 months ago)
- Last Synced: 2025-05-07T02:28:50.710Z (25 days ago)
- Language: TypeScript
- Size: 1.57 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# setup-git-chglog
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)