actions-marketplace-validations/release-tag new action
Creates a Tag/Release on Push. Generates Release Notes. Customizable with Pull Request Labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump_version_scheme | The bumping scheme to use by default. One of minor|major|patch|norelease | yes | — |
| release_body | Additional text to insert into the release's body. | no | — |
| tag_prefix | Prefix to append to git tags. To unset this, set version_prefix to an empty string. | no | v |
Outputs
| name | description |
|---|---|
| tag_name | Tag of released version |
| version | Version of release |
| body | Github Release Body in Text |