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

sjaranowski 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 7f8d969  remove version-template from release drafter configuration
7f8d969 is described below

commit 7f8d969e8d957a3edfeca73ad25fb401d07ae0c6
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Mar 28 23:07:52 2026 +0100

    remove version-template from release drafter configuration
    
    Simplifies the configuration by removing an unnecessary template, we use 
version option with release-drafter,
    so this option is ignored
    
    Additionally in V7 template `$COMPLETE` is not exist
---
 .github/release-drafter.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 2a973a2..d89d5ed 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -18,7 +18,6 @@
 # Configuration for Release Drafter: 
https://github.com/toolmantim/release-drafter
 name-template: $RESOLVED_VERSION
 tag-template: v$RESOLVED_VERSION
-version-template: $COMPLETE
 
 filter-by-commitish: true
 

Reply via email to