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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new c479fcd  Add Release Drafter - try with NEXT_MINOR_VERSION
c479fcd is described below

commit c479fcd725043d0c2ee8664d5e9fbb0f79c7174c
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Apr 20 21:44:08 2024 +0200

    Add Release Drafter - try with NEXT_MINOR_VERSION
    
    #215
---
 .github/release-drafter.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 0064719..a0c3e7b 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -18,6 +18,5 @@
 # under the License.
 
 _extends: maven-gh-actions-shared
-name-template: $NEXT_PATCH_VERSION
-version-template: $NEXT_PATCH_VERSION
-tag-template: apache-$NEXT_PATCH_VERSION
+tag-template: apache-$NEXT_MINOR_VERSION
+

Reply via email to