orbitcluster/Semantic version
Whenever changes are committed to the default branch, this action bumps the version number of the repository and creates a new release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| create-component-tags | Create Git tags with version components. For example, if the version is 1.2.3, it will create tags 1.2.3, 1.2, and 1. | — | true |
| dry-run | If true, the action will not create any tags or releases. | no | false |
| fail-on-no-release | If true, the action will fail if no release is created. | no | false |
| github-token | The GitHub token to use for authentication. | yes | — |
Outputs
| name | description |
|---|---|
| release-version | The new version number. |
| last-version | The previous version number. |
| is-new-release | Whether a new release was created. |