smlx/Conventional Commits Versioner Action
Automatically tag a new version based on the commit messages of commits since the last tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| write-tag | If true, and ccv determines that a new version is required, the action will automatically write the new version tag to the repository. | no | true |
Outputs
| name | description |
|---|---|
| new-tag | Either "true" or "false" depending on whether a new tag was pushed. |
| new-tag-version | The new version that was tagged. This will only be set if new-tag=true. |
| new-tag-version-type | Describes the semantic version type of the new tag. One of "major", "minor", or "patch". This will only be set if new-tag=true. |