Remove release-it
This commit is contained in:
parent
c1c5dbe133
commit
e7b7badefd
4 changed files with 26 additions and 1310 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"github": {
|
||||
"release": true,
|
||||
"draft": true,
|
||||
"releaseName": "${version}"
|
||||
},
|
||||
"npm": {
|
||||
"publish": true,
|
||||
"publishPath": "./dist"
|
||||
},
|
||||
"hooks": {
|
||||
"after:bump": ["pnpm clean", "pnpm build"]
|
||||
}
|
||||
}
|
42
CHANGELOG.md
42
CHANGELOG.md
|
@ -1,47 +1,5 @@
|
|||
# @saleor/app-sdk
|
||||
|
||||
## 0.32.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8be1d39: test chnageset
|
||||
|
||||
## 0.32.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 481cc55: test changeset
|
||||
|
||||
## 0.32.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bf5764f: Test changeset
|
||||
|
||||
## 0.32.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5b7f3cf: Test changeset
|
||||
|
||||
## 0.32.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cce32fb: Test changeset
|
||||
|
||||
## 0.32.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d83c7ab: Test changeset
|
||||
|
||||
## 0.32.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cd25a3b: Add automatic publish to npm after changeset release
|
||||
|
||||
## 0.32.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"test:ci": "CI=true vitest --coverage",
|
||||
"prepare": "husky install",
|
||||
"lint": "prettier --loglevel warn --write . && eslint --fix .",
|
||||
"release": "release-it",
|
||||
"copy-readme": "cp README.md dist/README.md",
|
||||
"publish:ci": "pnpm publish && npx changeset tag && git push --follow-tags"
|
||||
},
|
||||
|
@ -66,7 +65,6 @@
|
|||
"prettier": "2.7.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"release-it": "^15.4.1",
|
||||
"tsm": "^2.2.2",
|
||||
"tsup": "^6.2.3",
|
||||
"typescript": "^4.8.2",
|
||||
|
|
1278
pnpm-lock.yaml
1278
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue