chore(root): use Changesets for versioning
Showing
with
239 additions
and
22 deletions
.changeset/config.json
0 → 100644
| ... | @@ -18,10 +18,16 @@ | ... | @@ -18,10 +18,16 @@ |
| "git:hotfix-done": "tsx scripts/git-workflow.ts hotfix-done", | "git:hotfix-done": "tsx scripts/git-workflow.ts hotfix-done", | ||
| "git:refactor-start": "tsx scripts/git-workflow.ts refactor-start", | "git:refactor-start": "tsx scripts/git-workflow.ts refactor-start", | ||
| "git:refactor-done": "tsx scripts/git-workflow.ts refactor-done", | "git:refactor-done": "tsx scripts/git-workflow.ts refactor-done", | ||
| "new:project": "tsx scripts/new-project.ts" | "new:project": "tsx scripts/new-project.ts", | ||
| "changeset": "changeset", | |||
| "changeset:version": "changeset version", | |||
| "changeset:publish": "changeset publish", | |||
| "release": "pnpm changeset:version && pnpm changeset:publish", | |||
| "build:changed": "tsx scripts/build-changed.ts" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@antfu/eslint-config": "^3.9.2", | "@antfu/eslint-config": "^3.9.2", | ||
| "@changesets/cli": "^2.31.0", | |||
| "@commitlint/cli": "^19.5.0", | "@commitlint/cli": "^19.5.0", | ||
| "@commitlint/config-conventional": "^19.5.0", | "@commitlint/config-conventional": "^19.5.0", | ||
| "eslint-plugin-format": "^0.1.2", | "eslint-plugin-format": "^0.1.2", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
scripts/build-changed.ts
0 → 100644
Please
register
or
sign in
to comment