Skip to content

Commit e72a430

Browse files
authored
chore: prepare release (#5)
1 parent fdfcbb6 commit e72a430

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

lerna.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.0.0"
3+
"version": "independent",
4+
"command": {
5+
"version": {
6+
"allowBranch": ["main"],
7+
"conventionalCommits": true,
8+
"createRelease": "github",
9+
"forcePublish": true,
10+
"exact": true,
11+
"preid": "beta"
12+
}
13+
}
414
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"test": "lerna run test",
1313
"lint": "npm run lint:format",
1414
"lint:format": "prettier . --check",
15-
"lint:format:fix": "npm run lint:format -- --write"
15+
"lint:format:fix": "npm run lint:format -- --write",
16+
"release": "GH_TOKEN=$(gh auth token) lerna version"
1617
},
1718
"devDependencies": {
1819
"@types/chai": "^5.0.0",

packages/mutation-server-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mutation-server-protocol",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"type": "module",
55
"description": "Schema validation for the mutation server protocol (MSP).",
66
"main": "dist/schema.js",

0 commit comments

Comments
 (0)