Skip to content

Commit 211a023

Browse files
committed
deps: changesets github and cli
1 parent b689bca commit 211a023

File tree

2 files changed

+1440
-5
lines changed

2 files changed

+1440
-5
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212
"lint": "biome lint packages/*",
1313
"lint:apply": "biome lint packages/* --apply",
1414
"format": "biome format",
15-
"format:write": "biome format --write"
15+
"format:write": "biome format --write",
16+
"release": "pnpm build && changeset publish"
1617
},
17-
"keywords": ["withastro"],
18+
"keywords": [
19+
"withastro"
20+
],
1821
"author": "bholmesdev",
1922
"license": "MIT",
2023
"devDependencies": {
2124
"@biomejs/biome": "^1.4.1",
25+
"@changesets/changelog-github": "^0.5.0",
26+
"@changesets/cli": "^2.27.1",
2227
"turbo": "^1.11.2"
2328
}
2429
}

0 commit comments

Comments
 (0)