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-script-interpreter.git
The following commit(s) were added to refs/heads/master by this push:
new 3d46e8d fix _extends pth in release-drafter
3d46e8d is described below
commit 3d46e8dcb0e17e1451605191fdb0fcad4f727e57
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Mar 31 22:14:17 2026 +0200
fix _extends pth in release-drafter
---
.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 7afb377..1d24f2b 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -15,6 +15,5 @@
# specific language governing permissions and limitations
# under the License.
-_extends: maven-gh-actions-shared
-# Template is individual, because only major and minor version are used
-tag-template: maven-script-interpreter-$NEXT_MINOR_VERSION
+_extends: maven-gh-actions-shared:/.github/release-drafter.yml
+tag-template: maven-script-interpreter-$RESOLVED_VERSION