gps/Determine Next Version
Parses Git Tags that start with v and determines the next version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_TOKEN | GitHub Token used to interact with GitHub API | yes | — |
| TAG_PREFIX | Prefix to look for in version tags | yes | v |
Outputs
| name | description |
|---|---|
| NEXT_BUILD_VERSION | Next build number to use |