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 14d3067 commit b97a574
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/release-drafter-3.x.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_extends: .github:.github/release-drafter.yml
tag-template: plexus-xml-$NEXT_PATCH_VERSION
version-template: 3.$MINOR.$PATCH
commitish: 3.x
filter-by-commitish: true
1 change: 1 addition & 0 deletions .github/release-drafter-master.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_extends: .github:.github/release-drafter.yml
tag-template: plexus-xml-$NEXT_PATCH_VERSION
version-template: 4.$MINOR.$PATCH
commitish: master
filter-by-commitish: true

0 comments on commit b97a574

Please sign in to comment.