srepollock/Simple Changelog Generator
Generates a changelog from commit history based on Angular commit message syntax
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REPO_NAME | The name of the repo: user/repo_name | yes | — |
| ACCESS_TOKEN | Github Access Token you want to use. Just pass GITHUB_TOKEN | yes | — |
| PATH | Path to the file you want to add CHANGELOG | no | /CHANGELOG.md |
| COMMIT_MESSAGE | Commit message | no | docs(CHANGELOG): update release notes |
Outputs
| name | description |
|---|---|
| changelog | The CHANGELOG.md file generated by the action |