We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219f5e0 commit 4793c27Copy full SHA for 4793c27
.github/release-drafter.yml
@@ -1,2 +1,5 @@
1
_extends: .github
2
-tag-template: plexus-utils-$NEXT_MINOR_VERSION
+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
@@ -1,8 +1,8 @@
-name: Release Drafter
+name: Release Drafter 3.x
on:
push:
branches:
- - master
+ - 3.x
6
jobs:
7
update_release_draft:
8
runs-on: ubuntu-latest
0 commit comments