This action gives you a bumped semantic version, given the version you want to bump and a string ('MAJOR', 'MINOR', 'PATCH').
Required The semantic version you want to increase.
Required The portion of the semantic version you want to increase ('MAJOR', 'MINOR', 'PATCH'). Default MINOR
.
The bumped semantic version.
name: Get Bumped Semantic Version
id: bsv
uses: ./
with:
semantic-version: ${{ steps.lrb.outputs.last-semver }}
version-type: 'MINOR'