Skip to content

Commit

Permalink
⬆️ Update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jun 18, 2023
1 parent 1436ec3 commit e214b3e
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e214b3e

Please sign in to comment.