semantic-versioning-tag
ActionsTags
(2)help to process a tag if it follow the semantic versionning pattern.
- name: semantic-versioning-tag
uses: LongOddCode/[email protected]
id: svt
- name: validation and set params
run: |
echo ${{ steps.svt.outputs.major }}
echo ${{ steps.svt.outputs.minor }}
echo ${{ steps.svt.outputs.patch }}
echo ${{ steps.svt.outputs.prerelease }}
echo ${{ steps.svt.outputs.buildmetadata }}
semantic-versioning-tag is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.