Skip to content

Commit

Permalink
Fix release-drafter config
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 20, 2024
1 parent d3fe89d commit 1977a0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/release-drafter-3.x.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_extends: .github:.github/release-drafter.yml
name-template: '3.$MINOR.$PATCH'
tag-template: 'plexus-xml-3.$MINOR.$PATCH'
version-template: '3.$MINOR.$PATCH'
commitish: '3.x'
name-template: 3.$MINOR.$PATCH
tag-template: plexus-xml-3.$MINOR.$PATCH
version-template: 3.$MINOR.$PATCH
commitish: 3.x
filter-by-commitish: true
8 changes: 4 additions & 4 deletions .github/release-drafter-master.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_extends: .github:.github/release-drafter.yml
name-template: '4.$MINOR.$PATCH'
tag-template: 'plexus-xml-4.$MINOR.$PATCH'
version-template: '4.$MINOR.$PATCH'
commitish: 'master'
name-template: 4.$MINOR.$PATCH'
tag-template: plexus-xml-4.$MINOR.$PATCH
version-template: 4.$MINOR.$PATCH
commitish: master
filter-by-commitish: true

0 comments on commit 1977a0b

Please sign in to comment.