anantakumarghosh/Semantic Version Tag
Create semantic version tags with automatic pre-release detection
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-level | Version bump level (major, minor, patch, alpha, beta, rc, dev) | yes | — |
| specific-version | Manually specify an exact version (e.g., 2.5.0 or 1.3.0-beta.2). Skips version bumping. | no | — |
| current-version | Current version (auto-detected from git tags if not provided) | no | — |
| tag-prefix | Prefix for version tags | no | v |
| push | Push the tag to remote | no | true |
| token | GitHub token for pushing tags | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| new-version | The new version that was created |
| is-prerelease | Whether this is a pre-release version |
| tag-name | Full tag name with prefix |