From e214b3e20f9b3c37da8f781b29fbdccb2f2460e6 Mon Sep 17 00:00:00 2001 From: Johannlai Date: Sun, 18 Jun 2023 15:47:04 +0800 Subject: [PATCH] :arrow_up: Update package.json file --- package.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/package.json b/package.json index 4489c29..cead4b7 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,57 @@ "gpt3", "function calling" ], + "publishConfig": { + "access": "public" + }, + "release": { + "branches": [ + "main" + ], + "preset": "conventionalcommits", + "extends": "@semantic-release/npm", + "plugins": [ + [ + "semantic-release-gitmoji", + { + "releaseRules": { + "major": [ + ":boom:", + ":fire:", + ":rotating_light:", + ":boom::fire:", + ":boom::rotating_light:", + ":boom::fire::rotating_light:", + ":zap:" + ], + "minor": [ + ":sparkles:", + ":lipstick:", + ":tada:", + ":sparkles::lipstick:", + ":sparkles::tada:", + ":art:" + ], + "patch": [ + ":bug:", + ":wrench:", + ":ambulance:", + ":gear:", + ":lock:", + ":bug::ambulance:", + ":bug::lock:", + ":heavy_plus_sign", + ":ambulance::lock:" + ] + } + } + ], + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + "@semantic-release/npm", + "@semantic-release/github" + ] + }, "author": "johannli", "license": "MIT", "repository": "johannlai/openai-function-calling-tools",