File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -283,14 +283,7 @@ Clack uses [Changesets](https://github.com/changesets/changesets) to manage vers
283283
2842842 . ** For maintainers** :
285285 - Merging PRs with changesets will queue them for the next release
286- - When ready to release:
287- ``` bash
288- # Update versions based on changesets
289- pnpm ci:version
290-
291- # Publish to npm
292- pnpm ci:publish
293- ```
286+ - When ready to release, merge the ` [ci] release ` PR
294287
295288### Backporting to v0 Branch
296289
Original file line number Diff line number Diff line change 1111 "lint" : " biome lint --write --unsafe" ,
1212 "types" : " biome lint --write --unsafe" ,
1313 "deps" : " pnpm exec knip --production" ,
14- "test" : " pnpm --color -r run test" ,
15- "ci:install" : " pnpm install --no-frozen-lockfile" ,
16- "ci:version" : " changeset version" ,
17- "ci:publish" : " changeset publish" ,
18- "ci:prepublish" : " pnpm build"
14+ "test" : " pnpm --color -r run test"
1915 },
2016 "devDependencies" : {
2117 "@biomejs/biome" : " 1.9.4" ,
You can’t perform that action at this time.
0 commit comments