actions-marketplace-validations/Release Builder Action
Drive semantic versioned releases from the changelog file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh-token | The GITHUB_TOKEN value to use of not a dry run. | no | "" |
| changelog | The changelog file to examine. | no | CHANGELOG.md |
| tag-prefix | Any prefix for the tag used. | no | v |
| artifact-dir | The directory to use for the artifacts generated and signed. | no | artifacts |
| shasum-file | The filename to use for the shasum file. | no | sha256sum.txt |
| meson-provides | If defined sets the output meson dependency name (if a meson project). | no | none |
| dry-run | If the action should just perform a dry run. (true or false) | no | false |
Outputs
| name | description |
|---|---|
| release-tag | Release tag |
| release-name | Release Name |
| release-body-file | Release Body File |
| artifact-dir | Artifact Directory |