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 3e74f70 commit a486d93Copy full SHA for a486d93
.github/workflows/release.yaml
@@ -0,0 +1,13 @@
1
+name: Call Automatic Changelog Generator for tag Workflow
2
+
3
+on:
4
+ push:
5
+ tags:
6
+ - 'v*'
7
+ - '!v*-alpha*'
8
9
+jobs:
10
+ create_release_for_tag:
11
+ uses: ibexa/gh-workflows/.github/workflows/release_bundle.yml@main
12
+ secrets:
13
+ JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}
.github/workflows/release.yml
0 commit comments