Skip to content

Commit

Permalink
Merge pull request #18 from discoverygarden/fix/add-semver
Browse files Browse the repository at this point in the history
DDST-728: Adding semver workflow
  • Loading branch information
nchiasson-dgi authored Nov 26, 2024
2 parents 281efbc + 7b2181e commit 88a1c14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Semantic Version Tagging
on:
pull_request_target:
types: closed
branches:
- main
jobs:
tag_update:
name: Tag Update
uses: discoverygarden/auto-semver/.github/workflows/semver.yml@v1

0 comments on commit 88a1c14

Please sign in to comment.