GitHub Actions to get the next version from tag.
steps:
- uses: swiftty/nextversion@v0.0.1
with:
bump: patch| Input | Description | Default |
|---|---|---|
| bump | The next version from tag or from. patch|minor|major. |
Required |
| from | The current version, for uses manually. | None |
| tag_prefix | Find tag name with prefix. eg.) v or ... |
'' |
| Output | Description |
|---|---|
| next | The next version specified by bump target, with added tag_prefix. |