lydianpay/Github Bump and Tag
Github action to bump a SemVer version number and tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for pushing tags | yes | — |
| bump | Version segment to bump: major, minor, or patch | no | patch |
Outputs
| name | description |
|---|---|
| currentVersion | Current highest version tag |
| newVersion | The newly calculated version |