mherman22/Semantic Version Bump
Bumps semantic versions in Maven (pom.xml) and Node.js (package.json) projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-type | Type of version bump (major, minor, fix) | yes | fix |
| release-stage | Release stage (alpha, beta, final, snapshot) | yes | alpha |
| backend-file | Path to Maven pom.xml file | no | pom.xml |
| frontend-file | Path to Node.js package.json file | no | frontend/package.json |
Outputs
| name | description |
|---|---|
| new-version | The new semantic version (without suffix) |
| release-tag | The release tag with stage suffix |
| frontend-version | The frontend version |
| stage-label | The release stage label |
| next-dev-version | The next development version (for final releases) |
| current-version | The current version before bump |