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 04d4667a fix release drafter
04d4667a is described below

commit 04d4667aef4cc59503ce156e595bdf5d56aa287c
Author: Olivier Lamy <[email protected]>
AuthorDate: Fri Apr 15 12:19:20 2022 +1000

    fix release drafter
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .github/dependabot.yml      | 2 +-
 .github/release-drafter.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bf4474f1..69704b38 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,7 +23,7 @@ registries:
     url: https://repo.maven.apache.org/maven2
     username: ""
     password: ""
-    
+
 updates:
   - package-ecosystem: "maven"
     directory: "/"
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 9d4314a7..ebcc4ccd 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -16,4 +16,4 @@
 # under the License.
 
 _extends: archiva-parent
-tag-template: redback-2.6.x-$NEXT_MINOR_VERSION
\ No newline at end of file
+tag-template: redback-$NEXT_MAJOR_VERSION-$NEXT_MINOR_VERSION
\ No newline at end of file

Reply via email to