Skip to content

Commit

Permalink
Adding semver workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nchiasson-dgi committed Nov 26, 2024
1 parent 281efbc commit 7b2181e
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 7b2181e

Please # to comment.