We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1751d1d commit cf1e6d3Copy full SHA for cf1e6d3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zereight/mcp-gitlab",
3
- "version": "2.0.0-canary.0",
+ "version": "2.0.0",
4
"description": "MCP server for using the GitLab API",
5
"license": "MIT",
6
"author": "zereight",
@@ -21,7 +21,7 @@
21
"dev": "npm run build && node build/index.js",
22
"watch": "tsc --watch",
23
"deploy": "npm publish --access public",
24
- "deploy:canary": "npm version prerelease --preid=canary --no-git-tag-version",
+ "deploy:canary": "npm publish --access public --tag canary",
25
"generate-tools": "npx ts-node scripts/generate-tools-readme.ts",
26
"changelog": "auto-changelog -p",
27
"test": "node test/validate-api.js",
0 commit comments