mscwilson/Release Helper
Automates some of the release process
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | What you want the action to do. Must be one of these choices: Update CHANGELOG? "prepare for release" (or "prepare") Generate release notes? "github release notes" (or "github") | yes | — |
| version_script_path | Optional file location for an versions-updating helper file. The file should contain a list of file paths and strings that need updating with the new version number. "X" out the version numbers. Only relevant for operation "prepare for release". See README for example. | no | — |
Outputs
| name | description |
|---|---|
| release-notes | The PR description, plus commits sorted into "New features", "Bug fixes" or "Under the hood". Otherwise "Changes" if issue labels are missing. |