tomfreeman/Pull Request Semver tagger
Tags a pull request with a semver version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The token to use to write tags | yes | undefined |
| prefix | The prefix to use for the tag | no | v |
| tag-prerelease | Should prerelease tags be added to the head branch of the PR? | no | false |
| minor-release-label | The label to use for a minor release | no | minor |
| major-release-label | The label to use for a major release | no | major |
| prerelease-label | The label to use to trigger a prerelease | no | prerelease |
| skip-release-label | The label to use to skip a release | no | skip-release |
| release-branches | The branches to release to, as a comma separated list of strings | no | main |
Outputs
no outputs