danilichev/Generate next semver tag
Generate the next semver tag and outputs that for use in other actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 24, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: danilichev/next-semver-gha@05e30f0e51aa07c2e75df07386f832060ab8564d # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | Code environment | no | — |
| fallback | Fallback tag to use when no previous tag can be found | no | — |
| prefix | Prefix to query the tag by | no | — |
| suffix | Suffix of tag | no | — |
| version | Semver version that will be increased | no | — |
Outputs
| name | description |
|---|---|
| tag | Next semver tag |