https://github.com/superseb/gha-next-rancher-semver
https://github.com/superseb/gha-next-rancher-semver
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superseb/gha-next-rancher-semver
- Owner: superseb
- Created: 2022-02-28T09:31:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T11:50:34.000Z (over 4 years ago)
- Last Synced: 2025-01-26T07:26:41.360Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Rancher semver
This action prints the next semantic version based on current tags and given parameters.
Current version has some Rancher quirks as the versioning is not real semantic.
## Inputs
## `prefix`
**Required** The prefix to use when filtering existing tags
## `bump`
**Required** What part of the version to bump (prerelease, minor, major)
## Outputs
## `version`
The generated semantic version
## Example usage
```
uses: actions/next-rancher-semver@v1
with:
prefix: 'v2.6.4'
bump: 'prerelease'
```