Skip to content

Commit

Permalink
chore: Setup automated moving semantic version tags
Browse files Browse the repository at this point in the history
We had a [long form discussion][1] about this last October and decided we
wanted to eventually move all of our balto-* repos to use this
release/tagging strategy.

[1]: https://app.asana.com/0/0/1203245308278084
  • Loading branch information
sheck committed Mar 9, 2023
1 parent a896077 commit 14474da
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 14474da

Please sign in to comment.