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

rombert pushed a commit to branch issue/SLING-8307-2
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit 4a2e14f286bc96c8a3d781e087aa233675678c42
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 15 17:39:12 2025 +0200

    chore(release): shared use release-perform as well
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 961e6e0a..55a07af0 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ check-gpg:
 .PHONY=check-gpg
 
 release-shared:
-       cd shared && mvn --batch-mode release:prepare 
-DreleaseVersion=$(RELEASE_VERSION) -DdevelopmentVersion=$(NEXT_VERSION) 
-Dtag=sling-ide-tooling-shared-$(RELEASE_VERSION)
+       cd shared && mvn --batch-mode release:prepare release:perform 
-DreleaseVersion=$(RELEASE_VERSION) -DdevelopmentVersion=$(NEXT_VERSION) 
-Dtag=sling-ide-tooling-shared-$(RELEASE_VERSION)
 
 .PHONY=release-shared
 

Reply via email to