You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/15 02:19:43 UTC

[archiva-redback-core] branch master updated: fix release drafter

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 <ol...@apache.org>
AuthorDate: Fri Apr 15 12:19:20 2022 +1000

    fix release drafter
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .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