Skip to content

Commit 4793c27

Browse files
Config release-drafter in 3.x
1 parent 219f5e0 commit 4793c27

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/release-drafter.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
_extends: .github
2-
tag-template: plexus-utils-$NEXT_MINOR_VERSION
2+
tag-template: plexus-xml-$NEXT_PATCH_VERSION
3+
version-template: 3.$MINOR.$PATCH
4+
commitish: 3.x
5+
filter-by-commitish: true

.github/workflows/release-drafter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Release Drafter
1+
name: Release Drafter 3.x
22
on:
33
push:
44
branches:
5-
- master
5+
- 3.x
66
jobs:
77
update_release_draft:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)