Skip to content

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

License

Notifications You must be signed in to change notification settings

LongOddCode/semantic-versioning-tag

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-versioning-tag

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

usage

            - name: semantic-versioning-tag
              uses: LongOddCode/semantic-versioning-tag@0.6.0
              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 }}

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published