You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/26 00:26:25 UTC

[maven-gh-actions-shared] branch main updated: Release drafter - add v* branches (#13)

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

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/main by this push:
     new 1153824  Release drafter - add v* branches (#13)
1153824 is described below

commit 11538245a6d3f6a3dadf593d3c7491d5a1f27103
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Oct 26 02:26:06 2021 +0200

    Release drafter - add v* branches (#13)
---
 .github/workflows/release-drafter.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index e063da2..ef0106d 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -20,6 +20,7 @@ on:
   push:
     branches:
       - main
+      - v[0-9]+
 
 jobs:
   update_release_draft: