Skip to content

Commit 3a045a3

Browse files
committed
Remove release-it
1 parent 315e69e commit 3a045a3

File tree

2 files changed

+113
-1735
lines changed

2 files changed

+113
-1735
lines changed

package.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,12 @@
4242
"execa": "^4.0.3",
4343
"prettier": "^2.3.2",
4444
"qunit": "^2.16.0",
45-
"release-it": "^14.10.1",
46-
"release-it-lerna-changelog": "^2.4.0",
47-
"release-plan": "^0.6.0"
45+
"release-plan": "^0.7.0"
4846
},
4947
"engines": {
5048
"node": "10.* || 12.* || >= 14"
5149
},
5250
"publishConfig": {
5351
"registry": "https://registry.npmjs.org"
54-
},
55-
"release-it": {
56-
"plugins": {
57-
"release-it-lerna-changelog": {
58-
"infile": "CHANGELOG.md",
59-
"launchEditor": true
60-
}
61-
},
62-
"git": {
63-
"tagName": "v${version}"
64-
},
65-
"github": {
66-
"release": true,
67-
"tokenRef": "GITHUB_AUTH"
68-
}
6952
}
7053
}

0 commit comments

Comments
 (0)