oss-actions/Auto Semver
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | — | no | — |
| type | — | no | — |
| refuse_major_increment | — | no | — |
| increment | — | no | — |
| hard | — | no | — |
Outputs
| name | description |
|---|---|
| version | The new version. |
| tag | The tag that should be created in the workflow. |
| branch | The name of the branch that should be created for the current latest version. Defaults to `"none"` if a release branch should not be created. |
| branch_sha | The commit SHA the branch should origin from. |