From 3d48a512c3326347cf24bd564c4034105e625593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Respaut?= Date: Fri, 19 Apr 2024 15:48:04 +0200 Subject: [PATCH] ci(AZ-1391): update semantic-release config [skip ci] --- .releaserc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.releaserc b/.releaserc index 1984e4f..d20fd75 100644 --- a/.releaserc +++ b/.releaserc @@ -135,7 +135,6 @@ [ "semantic-release-slack-bot", { - "packageName": "Azure TF module", "notifyOnSuccess": true, "notifyOnFail": true, "markdownReleaseNotes": true, @@ -146,7 +145,14 @@ "type": "section", "text": { "type": "mrkdwn", - "text": ":dancing-tofu: New :azure3: module ($repo_path) version out! *$npm_package_version* :dancing-tofu:" + "text": ":dancing-tofu: New :azure3: <$repo_url|module $package_name> *$npm_package_version* version out! :dancing-tofu:" + } + }, + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "Module path: $repo_path" } }, {