This action calculates the next release version based on conventional commits since the last matching tag.
branch: The name of the release branchprefix: The tag prefix to filter tags
new_version: The next version without the prefixnew_tag: The next tag with the prefixchangelog: The changelog from commit messages
- uses: levigo/github-action-semver@SHA
name: Get Next Version
id: semver
with:
branch: 'main'
prefix: 'v'