Skip to content

Commit

Permalink
Merge pull request #32 from discoverygarden/add-major-tagger
Browse files Browse the repository at this point in the history
Adding automatic major tagger to semver tagging workflow
  • Loading branch information
nchiasson-dgi authored Jan 23, 2024
2 parents a8dbfbc + 000a6fe commit 422da07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ jobs:
steps:
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1
- name: Update Major Tag
uses: discoverygarden/action-major-tag@v1
with:
prefix: 'v'

0 comments on commit 422da07

Please sign in to comment.