From ba843223edf3e21d24b538800c7d4c7c2a17cceb Mon Sep 17 00:00:00 2001 From: Asif Nawaz Date: Thu, 5 Oct 2023 17:42:35 +0100 Subject: [PATCH] fix(package & releaserc): semantic release bump to 22.0.5 and node to latest & gulp release plugin Updated package.json semantic-release version to 22.0.5 and node to latest, integrated gulp plugin to publish releases on teams channel and replaced conveyal/maven-semantic-release with terrestris/maven-semantic-release --- .releaserc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index 9687c084..821bd04c 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -18,12 +18,16 @@ "prepareCmd": "./updateVersion.sh ${nextRelease.version}", "successCmd": "gulp publish --notes \"${encodeURIComponent(nextRelease.notes)}\"" } + "prepareCmd": "./updateVersion.sh ${nextRelease.version}", + "successCmd": "gulp publish --notes \"${encodeURIComponent(nextRelease.notes)}\"" + } ], [ "@terrestris/maven-semantic-release", { "mavenTarget": "deploy", - "settingsPath": "maven-settings.xml" + "settingsPath": "maven-settings.xml", + "debug": true } ], [