actions-marketplace-validations/Conventional commits semver release
GitHub Action for semantic versioning releases using conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 21, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/grumpy-programmer_conventional-commits-semver-release@17e2ceede3b7c269a82b690d9ff9a1a691e648d2 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| init-version | The init version of project default: 0.1.0 | no | 0.1.0 |
| tag-prefix | The prefix of version tag, default: v | no | v |
| assets | Assets files added to release, accept multiple paths, example: path/to/file.txt path/to/*.txt path/**/*.txt | no | "" |
Outputs
| name | description |
|---|---|
| tag | Tag as tag-prefix + version, example: v1.2.3 |
| version | New version or current version if not released, example: 1.2.3 |
| version-major | Major part of version, example: 1 |
| version-minor | Minor part of version, example: 2 |
| version-patch | Patch part of version, example: 3 |
| tag-prefix | Tag prefix same as input |
| released | True if new version was released |