Skip to content

Commit

Permalink
fix: update semantic-release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Jun 4, 2024
1 parent 7e9932d commit 9a186e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
A React library to use the powerful of <a href="https://github.com/xtermjs/xterm.js" target="_blank">Xterm.js</a>
</p>
<p>
<a href="https://www.npmjs.com/package/react-xtermjs">
<img alt="npm version" src="https://img.shields.io/npm/v/react-xtermjs.svg">
</a>
<a href="https://www.npmjs.com/package/react-xtermjs">
<img alt="npm download" src="https://img.shields.io/npm/dw/react-xtermjs">
</a>
<a href="https://www.npmjs.com/package/react-xtermjs"><img alt="npm version" src="https://img.shields.io/npm/v/react-xtermjs.svg"></a>
<a href="https://www.npmjs.com/package/react-xtermjs"><img alt="npm download" src="https://img.shields.io/npm/dw/react-xtermjs"></a>
</p>
<br />

Expand Down
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
"type": "git",
"url": "https://github.com/Qovery/react-xtermjs.git"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"publishConfig": {
"access": "restricted"
}
Expand Down

0 comments on commit 9a186e3

Please sign in to comment.