Skip to content

Commit a38f334

Browse files
authored
Merge pull request #559 from adopted-ember-addons/kg-cleanup
2 parents ad27237 + 67a2dc6 commit a38f334

File tree

2 files changed

+1
-1702
lines changed

2 files changed

+1
-1702
lines changed

package.json

-17
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@
117117
"prettier": "^2.8.7",
118118
"qunit": "^2.19.4",
119119
"qunit-sinon-assertions": "^1.0.0",
120-
"release-it": "^15.4.1",
121-
"release-it-lerna-changelog": "^5.0.0",
122120
"release-plan": "^0.13.1",
123121
"stylelint": "^15.4.0",
124122
"stylelint-config-standard": "^32.0.0",
@@ -148,20 +146,5 @@
148146
},
149147
"ember-addon": {
150148
"configPath": "tests/dummy/config"
151-
},
152-
"release-it": {
153-
"plugins": {
154-
"release-it-lerna-changelog": {
155-
"infile": "CHANGELOG.md",
156-
"launchEditor": true
157-
}
158-
},
159-
"git": {
160-
"tagName": "v${version}"
161-
},
162-
"github": {
163-
"release": true,
164-
"tokenRef": "GITHUB_AUTH"
165-
}
166149
}
167150
}

0 commit comments

Comments
 (0)