tcpl/semver-tag-creator-action
Creates a new tag using semantic versioning format ([MAJOR].[MINOR].[PATCH]). Increments the minor number. Major is passed in. Patch is always 1.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| major-version | Major version number to use when looking for/creating tags. | yes | 1 |
Outputs
| name | description |
|---|---|
| version | The new tag version number |