bugs5382/Changelog Updater Action
Fast changelog updates using pre-compiled Go binaries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Semantic version number of the latest release. The value will be used as a heading text and to replace that section. | yes | — |
| notes | The release notes you want to add to your CHANGELOG. Required unless changelog-body is set. | no | — |
| changelog-body | Manual changelog body written verbatim under the version header. When set it overrides notes and skips automatic generation. Use it as an escape hatch to set or repair a release when the drafted notes are empty or wrong. | no | — |
| path | The path to the CHANGELOG.md file relative to the repo root. Default is /github/workspace the working directory for GitHub Actions which is not changable. | no | — |
| date | The date the latest version has been released. Defaults to the current date. | no | — |
| diff | Show the diff during the action for debugging purposes. | no | false |
| dry | Doesn't make any changes to the changelog. | no | false |
| verbose | Debug turn on. | no | false |
Outputs
no outputs