try this configuration for release-drafter

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-04-18 12:09:34 +10:00
parent e78679c628
commit 3e507004a6
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
# under the License.
_extends: archiva-parent:.github/release-drafter.yml
tag-template: redback-2.6.x
name-template: 2.6.x
tag-template: redback-$NEXT_PATCH_VERSION
name-template: 2.6.$PATCH
filter-by-commitish: true
commitish: redback-2.6.x

View File

@ -16,7 +16,7 @@
# under the License.
_extends: archiva-parent
tag-template: redback-3.x
name-template: 3.x
tag-template: redback-3.$MINOR.$PATCH
name-template: 3.$MINOR.$PATCH
filter-by-commitish: true
commitish: master