Skip to content

Commit 2cc147c

Browse files
committed
add changesets for release tooling
1 parent c1e0285 commit 2cc147c

File tree

5 files changed

+365
-2212
lines changed

5 files changed

+365
-2212
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/salty-pans-double.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"google-spreadsheet": patch
3+
---
4+
5+
add changesets

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,26 @@
4343
"build": "NODE_ENV=production unbuild",
4444
"build2": "tsc",
4545
"build:dev": "unbuild",
46-
"commit": "cz",
4746
"docs:preview": "docsify serve docs",
4847
"lint": "eslint ./ --ext .ts",
4948
"lint:fix": "pnpm run lint --fix",
5049
"nodev": "node -v",
5150
"readme:copy": "echo \"<!-- DO NOT EDIT THIS FILE, EDIT MAIN README.md AND RUN \\`npm readme:copy\\` instead -->\n\n_Welcome to the docs site for_\n\" | cat - README.md > docs/README.md",
52-
"changelog": "auto-changelog --commit-limit false --unreleased-only --stdout",
53-
"release": "pnpm run build && release-it",
5451
"runscript": "NODE_NO_WARNINGS=1 node --experimental-specifier-resolution=node --loader ts-node/esm",
5552
"test": "vitest",
5653
"test:ci": "vitest run"
5754
},
58-
"config": {
59-
"commitizen": {
60-
"path": "./node_modules/cz-conventional-changelog"
61-
}
62-
},
6355
"dependencies": {
6456
"axios": "^1.7.7",
6557
"lodash": "^4.17.21"
6658
},
6759
"devDependencies": {
60+
"@changesets/cli": "^2.29.5",
6861
"@swc/core": "^1.3.60",
6962
"@types/lodash": "^4.14.195",
7063
"@types/node": "^20.2.5",
7164
"@typescript-eslint/eslint-plugin": "^5.59.7",
7265
"@typescript-eslint/parser": "^5.59.7",
73-
"auto-changelog": "^2.4.0",
74-
"commitizen": "^4.3.0",
75-
"cz-conventional-changelog": "^3.3.0",
7666
"delay": "^4.3.0",
7767
"docsify-cli": "^4.4.3",
7868
"eslint": "^8.41.0",
@@ -81,7 +71,6 @@
8171
"eslint-plugin-import": "^2.27.5",
8272
"eslint-plugin-no-floating-promise": "^1.0.2",
8373
"google-auth-library": "^10.1.0",
84-
"release-it": "^15.11.0",
8574
"ts-node": "^10.9.1",
8675
"typescript": "^5.5.4",
8776
"unbuild": "^1.2.1",

0 commit comments

Comments
 (0)