Skip to content

Commit cf1e6d3

Browse files
committed
fix: update version to 2.0.0 and modify deploy:canary script
1 parent 1751d1d commit cf1e6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zereight/mcp-gitlab",
3-
"version": "2.0.0-canary.0",
3+
"version": "2.0.0",
44
"description": "MCP server for using the GitLab API",
55
"license": "MIT",
66
"author": "zereight",
@@ -21,7 +21,7 @@
2121
"dev": "npm run build && node build/index.js",
2222
"watch": "tsc --watch",
2323
"deploy": "npm publish --access public",
24-
"deploy:canary": "npm version prerelease --preid=canary --no-git-tag-version",
24+
"deploy:canary": "npm publish --access public --tag canary",
2525
"generate-tools": "npx ts-node scripts/generate-tools-readme.ts",
2626
"changelog": "auto-changelog -p",
2727
"test": "node test/validate-api.js",

0 commit comments

Comments
 (0)