Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 26, 2024
1 parent fdfcbb6 commit 128c98c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0"
"version": "independent",
"command": {
"version": {
"allowBranch": ["main"],
"conventionalCommits": true,
"createRelease": "github",
"forcePublish": true,
"exact": true,
"preid": "beta"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"test": "lerna run test",
"lint": "npm run lint:format",
"lint:format": "prettier . --check",
"lint:format:fix": "npm run lint:format -- --write"
"lint:format:fix": "npm run lint:format -- --write",
"release": "GH_TOKEN=$(gh auth token) lerna version"
},
"devDependencies": {
"@types/chai": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mutation-server-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mutation-server-protocol",
"version": "0.1.0",
"version": "0.0.0",
"type": "module",
"description": "Schema validation for the mutation server protocol (MSP).",
"main": "dist/schema.js",
Expand Down

0 comments on commit 128c98c

Please sign in to comment.