We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8279c3 commit dc87a1bCopy full SHA for dc87a1b
.github/workflows/build.yaml
@@ -28,3 +28,6 @@ jobs:
28
with:
29
version: latest
30
args: build --snapshot --rm-dist
31
+ - name: Create Git Semver Tag
32
+ if: github.ref == 'refs/heads/master'
33
+ run: npx semantic-release --branches master -p @semantic-release/commit-analyzer -p @semantic-release/release-notes-generator -p @semantic-release/github
0 commit comments