Skip to content

Commit a486d93

Browse files
authored
IBX-5569: Switched to reusable generator workflow
For more details see https://issues.ibexa.co/browse/IBX-5569 and #178
1 parent 3e74f70 commit a486d93

File tree

2 files changed

+13
-45
lines changed

2 files changed

+13
-45
lines changed

.github/workflows/release.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)