From 670d0c18b94d95a290975628becea8378d1a4096 Mon Sep 17 00:00:00 2001 From: Krystian Kedra Date: Fri, 23 Aug 2024 09:25:39 +0200 Subject: [PATCH 1/2] feat: WEB-2355 prepare cmd update --- .releaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index 80e4410fb..40788f497 100644 --- a/.releaserc +++ b/.releaserc @@ -9,7 +9,7 @@ "npmPublish": false }], ["@semantic-release/exec", { - "prepareCmd": "make release branch-tag version-tag" + "prepareCmd": "curl -o rds-combined-ca-bundle.pem https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem && make release branch-tag version-tag" }], ["@semantic-release/git", { "assets": ["package.json", "CHANGELOG.md"], From 71a8e8c3bd888831a6d5bbdd451cc9d0b42c5061 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Aug 2024 07:45:47 +0000 Subject: [PATCH 2/2] chore(release): 4.22.0 # [4.22.0](https://github.com/Sanofi-IADC/whispr/compare/v4.21.1...v4.22.0) (2024-08-23) ### Features * WEB-2355 prepare cmd update ([bb2cb72](https://github.com/Sanofi-IADC/whispr/commit/bb2cb7252f3209fdf3a01e7fb526bebc01fa3dd1)) * WEB-2355 prepare cmd update ([670d0c1](https://github.com/Sanofi-IADC/whispr/commit/670d0c18b94d95a290975628becea8378d1a4096)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72bf8d3b..eee413095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [4.22.0](https://github.com/Sanofi-IADC/whispr/compare/v4.21.1...v4.22.0) (2024-08-23) + + +### Features + +* WEB-2355 prepare cmd update ([bb2cb72](https://github.com/Sanofi-IADC/whispr/commit/bb2cb7252f3209fdf3a01e7fb526bebc01fa3dd1)) +* WEB-2355 prepare cmd update ([670d0c1](https://github.com/Sanofi-IADC/whispr/commit/670d0c18b94d95a290975628becea8378d1a4096)) + ## [4.21.1](https://github.com/Sanofi-IADC/whispr/compare/v4.21.0...v4.21.1) (2024-08-06) diff --git a/package.json b/package.json index 140cbae8e..648435121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanofi-iadc/whispr", - "version": "4.21.1", + "version": "4.22.0", "private": true, "description": "", "author": "",