From 3bfd2355202e3b4a4d5d216ba2d3e4f13f35902e Mon Sep 17 00:00:00 2001 From: Igo Lapa Date: Thu, 4 May 2023 11:31:20 +0100 Subject: [PATCH] docs(readme): update README to include the minimum node.js version (#726) * docs(readme): update README to include the minimum node.js version * ci(release): stop adding comments to issues This is a work-around to stop the rate limit issue when publishing. You can check the issue here https://github.com/semantic-release/semantic-release/issues/2204 --- .github/README.md | 2 +- package.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index b0d7a088..ce24366c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -13,7 +13,7 @@ A JavaScript client library for the Duffel API. ## Prerequisites -- Node >= 14.17.6 +- Node >= 18.16.0 ## Install diff --git a/package.json b/package.json index a7f3c081..6d53051d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,13 @@ "@semantic-release/release-notes-generator" ], "@semantic-release/npm", - "@semantic-release/github" + [ + "@semantic-release/github", + { + "successComment": false, + "failTitle": false + } + ] ], "branches": [ "main"