Skip to content

this will create a tag when [release] is in the commit message

License

Notifications You must be signed in to change notification settings

rboonzaijer/auto-tag-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing

This repo only exists as a test for https://github.com/YarnSpinnerTool/VSCodeExtension

( Auto tagging a [release] commit )

permissions:
    contents: write
- name: Tag release
    if: ${{ github.event_name == 'push' && contains(github.event.head_commit.message, '[release]' ) }}
    run: |
        git tag ${{ steps.version.outputs.MajorMinorCommits }}
        git push origin ${{ steps.version.outputs.MajorMinorCommits }}

About

this will create a tag when [release] is in the commit message

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages