From 9a186e30b029e0e26833789dbd54d00779fb6470 Mon Sep 17 00:00:00 2001 From: Remi Bonnet Date: Tue, 4 Jun 2024 12:06:08 +0200 Subject: [PATCH] fix: update semantic-release plugins --- README.md | 8 ++------ package.json | 12 ++++++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 634bfc3..e176cfe 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,8 @@ A React library to use the powerful of Xterm.js

- - npm version - - - npm download - + npm version + npm download


diff --git a/package.json b/package.json index 9b8a33f..594de88 100644 --- a/package.json +++ b/package.json @@ -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" }