Skip to content

Commit

Permalink
Merge pull request #9 from planningcenter/ns/releasetagger
Browse files Browse the repository at this point in the history
chore: setup semantic, automated tag releases
  • Loading branch information
sheck authored Jan 4, 2024
2 parents 26dda3c + 4744f07 commit e1af0e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-tagger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Release Tagger

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
release-tagger:
uses: planningcenter/balto-utils/.github/workflows/release-tagger.yml@v1

0 comments on commit e1af0e4

Please sign in to comment.