Skip to content

Commit

Permalink
update release action to be interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodben committed Jan 18, 2024
1 parent 1448e68 commit fc42da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/mongodb-chatbot-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb-chatbot-ui",
"version": "0.1.3",
"version": "0.1.4",
"description": "UI React components for the MongoDB Chatbot Framework",
"author": "MongoDB, Inc.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"release:interactive": "release-it",
"release": "release-it --ci",
"release": "release-it",
"test": "vitest run",
"test:watch": "vitest"
},
Expand Down

0 comments on commit fc42da3

Please sign in to comment.