agorasystems/Tag New Semantic Version
Determine's the next semantic version based on PR labels and existing git tags, and creates a new git tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub Access token, typically passed in with `secrets.GITHUB_TOKEN`. | yes | — |
| major-labels | Comma-separated list of labels that will cause a major version bump. | yes | major |
| minor-labels | Comma-separated list of labels that will cause a minor version bump. | yes | minor |
| version-prefix | Prefix to use for git tags (for example: "v"). | yes | "" |
Outputs
| name | description |
|---|---|
| version | The new semantic version |