Skip to content

Commit 1977a0b

Browse files
Fix release-drafter config
1 parent d3fe89d commit 1977a0b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/release-drafter-3.x.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_extends: .github:.github/release-drafter.yml
2-
name-template: '3.$MINOR.$PATCH'
3-
tag-template: 'plexus-xml-3.$MINOR.$PATCH'
4-
version-template: '3.$MINOR.$PATCH'
5-
commitish: '3.x'
2+
name-template: 3.$MINOR.$PATCH
3+
tag-template: plexus-xml-3.$MINOR.$PATCH
4+
version-template: 3.$MINOR.$PATCH
5+
commitish: 3.x
66
filter-by-commitish: true

.github/release-drafter-master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_extends: .github:.github/release-drafter.yml
2-
name-template: '4.$MINOR.$PATCH'
3-
tag-template: 'plexus-xml-4.$MINOR.$PATCH'
4-
version-template: '4.$MINOR.$PATCH'
5-
commitish: 'master'
2+
name-template: 4.$MINOR.$PATCH'
3+
tag-template: plexus-xml-4.$MINOR.$PATCH
4+
version-template: 4.$MINOR.$PATCH
5+
commitish: master
66
filter-by-commitish: true

0 commit comments

Comments
 (0)