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 01:08:12 UTC

[archiva-redback-core] branch redback-2.6.x updated: use config for 2.6.x branch

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

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


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new c11fd5dd use config for 2.6.x branch
c11fd5dd is described below

commit c11fd5ddedf31494d0153fdf71e0d0ad0b43e8e8
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Apr 18 11:07:19 2022 +1000

    use config for 2.6.x branch
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/release-drafter.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index bbe2328c..40924def 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -25,5 +25,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: release-drafter/release-drafter@v5
+        with:
+          config-name: release-drafter-2.6.x.yml # located in .github/ in default branch
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file