Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextversion

GitHub Actions to get the next version from tag.

Usage

steps:
- uses: swiftty/nextversion@v0.0.1
  with: 
    bump: patch

Inputs

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

Outputs

Output Description
next The next version specified by bump target, with added tag_prefix.

About

GitHub Actions to get the next version from tag.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors