Skip to content

Commit b459efd

Browse files
committedMay 20, 2024
Release drafter for master and 3.x branch
1 parent c9d72af commit b459efd

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed
 

‎.github/release-drafter.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
_extends: .github
2-
tag-template: plexus-utils-$NEXT_MINOR_VERSION
2+
tag-template: plexus-xml-$NEXT_MINOR_VERSION
3+
filter-by-commitish: true
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Release Drafter
2+
on:
3+
push:
4+
branches:
5+
- 3.x
6+
jobs:
7+
update_release_draft:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: release-drafter/release-drafter@v5
11+
with:
12+
commitish: '3.x'
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

‎.github/workflows/release-drafter.yml renamed to ‎.github/workflows/release-drafter-master.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: release-drafter/release-drafter@v5
11+
with:
12+
commitish: 'master'
1113
env:
1214
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)