Skip to content

Commit 24611cb

Browse files
committed
Merged branch '2.3' of ezsystems/ezplatform-richtext into 4.4
2 parents 27931dc + 0056384 commit 24611cb

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)