Skip to content

Commit 9da0b95

Browse files
committed
chore(contributing): remove ci:* scripts
1 parent cd81cd6 commit 9da0b95

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -283,14 +283,7 @@ Clack uses [Changesets](https://github.com/changesets/changesets) to manage vers
283283

284284
2. **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

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
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",

0 commit comments

Comments
 (0)