This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e507004 try this configuration for release-drafter
3e507004 is described below

commit 3e507004a6af5361064c12eb7871b211566c3efa
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Apr 18 12:09:34 2022 +1000

    try this configuration for release-drafter
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .github/release-drafter-2.6.x.yml | 4 ++--
 .github/release-drafter.yml       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/release-drafter-2.6.x.yml 
b/.github/release-drafter-2.6.x.yml
index 49b0a2c4..3dbf109f 100644
--- a/.github/release-drafter-2.6.x.yml
+++ b/.github/release-drafter-2.6.x.yml
@@ -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
\ No newline at end of file
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 840c2646..cad98cb4 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -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
\ No newline at end of file

Reply via email to