rickstaa/Update semver
Updates major/minor release tags on a tag push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. Optional if you use checkout@v2 action. | — | ${{ github.token }} |
| tag | Optional. Existing tag to update from. Default comes from $GITHUB_REF. | no | — |
| message | Tag message. | no | — |
| major_version_tag_only | Optional. Create only major version tags. | no | — |
| move_patch_tag | Optional. Move the patch tag to the latest commit. | no | — |
| gpg_private_key | Optional. GPG key to sign the tag with. | no | — |
| gpg_passphrase | Optional. GPG key passphrase. | no | — |
Outputs
no outputs