Skip to content

levigo/github-action-semver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action SemVer

This action calculates the next release version based on conventional commits since the last matching tag.

Inputs

  • branch: The name of the release branch
  • prefix: The tag prefix to filter tags

Outputs

  • new_version: The next version without the prefix
  • new_tag: The next tag with the prefix
  • changelog: The changelog from commit messages

Example usage

  - uses: levigo/github-action-semver@SHA
    name: Get Next Version
    id: semver
    with:
      branch: 'main'
      prefix: 'v'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors