Skip to content

Commit fcf9511

Browse files
committed
added pipeline for automated Jira release to the registry apps
1 parent 660e1f6 commit fcf9511

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Tag Jira fix version
2+
run-name: ${{ github.actor }} tagging Jira fix version for ${{ github.ref_name }}
3+
4+
# Runs on temporary release branches. Delegates to the reusable workflow, which
5+
# generates the release-notes preview, derives the version from the branch name
6+
# (release/1.12.0 -> 1.12.0), and tags the referenced Jira tickets.
7+
on:
8+
push:
9+
branches:
10+
- "release/*"
11+
12+
jobs:
13+
jira:
14+
uses: HDRUK/github-actions-templates/.github/workflows/jira-fix-version.yml@main
15+
with:
16+
jira_projects: "GAT"
17+
secrets: inherit

0 commit comments

Comments
 (0)