From 95822305146c69cebe93ac9345759a11ea47af6e Mon Sep 17 00:00:00 2001 From: Austin Gebauer Date: Wed, 25 Jan 2023 09:19:35 -0800 Subject: [PATCH] Removes release section of package.json --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index 3e90a8d..e78d4ac 100644 --- a/package.json +++ b/package.json @@ -15,16 +15,6 @@ "src/**/*", "dist/**/*" ], - "release": { - "branch": "main", - "plugins": [ - "@semantic-release/commit-analyzer", - "@semantic-release/release-notes-generator", - "@semantic-release/github", - "@semantic-release/npm" - ], - "ci": false - }, "repository": { "type": "git", "url": "git+https://github.com/hashicorp/vault-action.git"