mangs/mangs/simple-release-notes-action
GitHub Action that auto-publishes release notes using a very simple-to-follow set of rules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| changelog_path | Path to the target changelog file | no | ./CHANGELOG.md |
| github_token | GitHub authentication token used to authenticate on behalf of GitHub Actions | yes | — |
| packagejson_path | Path to the target package.json file | no | ./package.json |
| should_auto_update_major_tag | Auto-update the major tag version of your repository when a new release gets published or create it if it doesn't exist. For example, when publishing version 2.3.4, major tag v2 will get updated to HEAD. | no | true |
| tag_override | String to enforce an exact tag version; overrides default behavior | no | — |
| tag_prefix | Prefix to create a tag by combining this and the target version number; this is default behavior | no | v |
Outputs
no outputs