https://github.com/release-lab/setup-whatchanged
Github Action for setup whatchanged
https://github.com/release-lab/setup-whatchanged
changelog changelog-generator github-action github-actions release-notes
Last synced: about 2 months ago
JSON representation
Github Action for setup whatchanged
- Host: GitHub
- URL: https://github.com/release-lab/setup-whatchanged
- Owner: release-lab
- License: mit
- Created: 2020-12-03T07:44:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T07:18:09.000Z (about 4 years ago)
- Last Synced: 2025-06-30T15:01:46.512Z (8 months ago)
- Topics: changelog, changelog-generator, github-action, github-actions, release-notes
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/setup-whatchanged-environment
- Size: 154 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-whatchanged
[](https://github.com/release-lab/setup-whatchanged/actions)
setup [whatchanged](https://github.com/release-lab/whatchanged) command line in
Github Action
# Usage
See [action.yml](action.yml)
Basic:
```yaml
steps:
- uses: actions/checkout@v2
with:
# **this is important**
fetch-depth: 0
- uses: release-lab/setup-whatchanged@v1
with:
version: v0.5.6
- run: |
whatchanged
```
# License
The scripts and documentation in this project are released under the
[MIT License](LICENSE)