Skip to content

Commit

Permalink
Merge pull request #34 from planningcenter/ns/releasetagger
Browse files Browse the repository at this point in the history
chore: Setup automated moving semantic version tags
  • Loading branch information
sheck authored Mar 9, 2023
2 parents a896077 + 14474da commit 7bb7c42
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 7bb7c42

Please sign in to comment.