An open API service indexing awesome lists of open source software.

https://github.com/superseb/gha-next-rancher-semver


https://github.com/superseb/gha-next-rancher-semver

Last synced: 2 months ago
JSON representation

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'
```