Skip to content

waynebrantley/github-branchversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello world javascript action

This action calculates a version based on the base version passed in.
baseversion.buildnumber if not off 'master' then it will be baseversion.buildnumber-branch

Inputs

release-branch

Name of the release branch - defaults to "master".

base-version

Base version of the product, like 6.0

Outputs

version

The version that was calculated.

Example usage

- name: calculate version
  uses: waynebrantley/github-branchversion@v1
  with:
    release-branch: 'main'
    base-version: '6.0'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published