We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad27237 + 67a2dc6 commit a38f334Copy full SHA for a38f334
package.json
@@ -117,8 +117,6 @@
117
"prettier": "^2.8.7",
118
"qunit": "^2.19.4",
119
"qunit-sinon-assertions": "^1.0.0",
120
- "release-it": "^15.4.1",
121
- "release-it-lerna-changelog": "^5.0.0",
122
"release-plan": "^0.13.1",
123
"stylelint": "^15.4.0",
124
"stylelint-config-standard": "^32.0.0",
@@ -148,20 +146,5 @@
148
146
},
149
147
"ember-addon": {
150
"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
166
}
167
0 commit comments