Skip to content

Commit

Permalink
Merge pull request #3 from observeinc/nikhil/apply-semvar
Browse files Browse the repository at this point in the history
Add semvar workflow for tag updates
  • Loading branch information
obs-gh-nikhildua authored Sep 18, 2023
2 parents 1554eaa + b5d0a50 commit dbd133d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/semver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update semver tags
on:
push:
branches-ignore:
- '**'
tags:
- 'v*.*.*'
jobs:
update-semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haya14busa/action-update-semver@v1

0 comments on commit dbd133d

Please sign in to comment.