Skip to content

semantic-versioning-tag

Actions
help to process a tag if it follow the semantic versionning pattern
0.7.0
Latest
Star (3)

semantic-versioning-tag

help to process a tag if it follow the semantic versionning pattern.

usage

            - 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.

About

help to process a tag if it follow the semantic versionning pattern
0.7.0
Latest

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.