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 0ed3ba19e9d0e9cde81b42ae2dd54620f9c593ba
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 15 17:44:01 2025 +0200

    chore(release): remove push target
---
 Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 55a07af0..90a6ddd9 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ ifndef NEXT_VERSION
 $(error NEXT_VERSION is not set)
 endif
 
-release: check-gpg release-shared release-eclipse push 
+release: check-gpg release-shared release-eclipse
 .PHONY=release
 
 # ensure that GPG signing will work in batch mode
@@ -22,10 +22,7 @@ release-shared:
 .PHONY=release-shared
 
 release-eclipse:
-       cd eclipse && mvn --batch-mode release:prepare 
-DreleaseVersion=$(RELEASE_VERSION) -DdevelopmentVersion=$(NEXT_VERSION) 
-Dtag=sling-ide-tooling-eclipse-$(RELEASE_VERSION)
+       cd eclipse && mvn --batch-mode release:prepare release:perform 
-DreleaseVersion=$(RELEASE_VERSION) -DdevelopmentVersion=$(NEXT_VERSION) 
-Dtag=sling-ide-tooling-eclipse-$(RELEASE_VERSION)
 
 .PHONY=release-eclipse
 
-push:
-.PHONY=push
-

Reply via email to