Skip to content

Commit 2a80395

Browse files
committed
Merged branch '4.4'
2 parents 60095b6 + dcd99aa commit 2a80395

File tree

2 files changed

+13
-46
lines changed

2 files changed

+13
-46
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 & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)