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/18 00:21:44 UTC

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

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 a74b3009 force release drafter to master
a74b3009 is described below

commit a74b300984a38d32f96a1b40357b78c384dde379
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Apr 18 10:21:31 2022 +1000

    force release drafter to master
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/release-drafter.yml           | 2 +-
 .github/workflows/release-drafter.yml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index ebcc4ccd..c0896cce 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -16,4 +16,4 @@
 # under the License.
 
 _extends: archiva-parent
-tag-template: redback-$NEXT_MAJOR_VERSION-$NEXT_MINOR_VERSION
\ No newline at end of file
+tag-template: redback-3.x
\ No newline at end of file
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index d3a28870..5b260ff6 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -20,7 +20,6 @@ on:
   push:
     branches:
       - master
-      - redback-2.6.x
 jobs:
   update_release_draft:
     runs-on: ubuntu-latest