carlos-kubra/Tag/Release on Push 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 |
| release_name | Name of the release. Supports these template variables: <RELEASE_VERSION> the version number, e.g. "1.2.3" <RELEASE_TAG> the git tag name, e.g. "v1.2.3" | yes | <RELEASE_TAG> |
| max_commits | Maximum number of commits to add to release body | no | 50 |
| use_github_release_notes | When set to 'true', uses Github's Generated Release Notes instead of this plugin's release notes | no | false |
| dry_run | When set to 'true', will compute the next tag, but will not create a release. | no | false |
Outputs
| name | description |
|---|---|
| tag_name | Tag of released version |
| version | Version of release |
| body | Github Release Body in Text |
| upload_url | Github Release Upload URL |