matyi/PR Changelog GitHub action
Github action to read changelog from PR description and give a new version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GITHUB_TOKEN secret | yes | — |
| destination_branch | Base branch of the PR. Default is master | — | master |
| section_mapping | Section mapping to bump versions | — | ### Feature => minor, ### Breaking change => minor, ### Bug fix => patch, ### Chore => patch |
| initial_version | Version number to use if no previous releases found | — | 0.0.0 |
Outputs
| name | description |
|---|---|
| changelog | Changelog read from PR description |
| version | Version bump generated from PR description |