roodolv/Release and Changelog
Automatically generates Releases and updates CHANGELOG.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Set the {{ secrets.GITHUB_TOKEN }} here | yes | — |
| pr_token | Set a read-only token for pull requests, required when using this action with a private repository. | no | — |
| tag_prefix | Set the prefix of the version tag. If empty (''), the tag '1.2.3' will be detected. | no | v |
| semver_config | Set the JSON field to include a label for PRs and a semantic versioning type. | no | {"semver_types":[{"type":"major","label":["breaking-change"]},{"type":"minor","label":["feature","enhancement"]},{"type":"patch","label":["improvement","bug","hotfix"]}]} |
| category_config | Set the JSON field to include a prefix for commit messages and a heading for release notes. | no | {"categories":[{"prefix":["revert"],"title":"Reverts"},{"prefix":["refactor"],"title":"Refactoring"},{"prefix":["perf"],"title":"Performance"}]} |
Outputs
no outputs