Skip to content

Commit 92befc4

Browse files
committed
Fix release-it config
- Move the deps to the root of the repo. - Switch to the new plugin system. - Add the workspaces plugin. - Configure each package appropriately.
1 parent cdbbf05 commit 92befc4

File tree

4 files changed

+285
-155
lines changed

4 files changed

+285
-155
lines changed

addon/package.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@
4343
"ember": {
4444
"edition": "octane"
4545
},
46-
"release-it": {
47-
"plugins": {
48-
"release-it-lerna-changelog": {
49-
"infile": "CHANGELOG.md",
50-
"launchEditor": true
51-
}
52-
},
53-
"git": {
54-
"tagName": "v${version}"
55-
},
56-
"github": {
57-
"release": true,
58-
"tokenRef": "GITHUB_AUTH"
59-
}
60-
},
6146
"volta": {
6247
"extends": "../package.json"
6348
}

0 commit comments

Comments
 (0)