jingming/Update the semver tags of a repo based on a change type
Update the semver tags of a repo based on a change type. If we are updating a patch version, it will point the minor + major to the latest. If we are updating a minor version, it will point the major to the latest.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the repo | yes | — |
| repo | Name of the repo | yes | — |
| change-type | The change type | yes | — |
| token | The GitHub client auth token. This token must be able to create comments. | yes | — |
Outputs
no outputs