Skip to content

Commit

Permalink
docs(readme): update README to include the minimum node.js version (#726
Browse files Browse the repository at this point in the history
)

* 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 semantic-release/semantic-release#2204
  • Loading branch information
Igo Lapa committed May 4, 2023
1 parent ee21349 commit 3bfd235
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A JavaScript client library for the Duffel API.

## Prerequisites

- Node >= 14.17.6
- Node >= 18.16.0

## Install

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,13 @@
"@semantic-release/release-notes-generator"
],
"@semantic-release/npm",
"@semantic-release/github"
[
"@semantic-release/github",
{
"successComment": false,
"failTitle": false
}
]
],
"branches": [
"main"
Expand Down

0 comments on commit 3bfd235

Please sign in to comment.