actions-marketplace-validations/Changelog Generator
Automatically create a changelog for a release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| since-tag | Changes after this tag are included (default last tag) | no | '$(git describe --abbrev=0 --tags `git rev-list --tags --skip=1 --max-count=1`)' |
| github-token | GitHub token to access the GitHub API (optional) | yes | — |
| github-repo | GitHub Repository location in the form organization/repository | no | — |
Outputs
| name | description |
|---|---|
| changelog | Contents of Changelog generated |