Skip to content

Commit 92eecaa

Browse files
committed
Remove release-it
1 parent a22de81 commit 92eecaa

2 files changed

Lines changed: 0 additions & 1658 deletions

File tree

package.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@ember/string": "3.1.1",
6060
"@ember/test-helpers": "3.3.1",
6161
"@embroider/test-setup": "3.0.3",
62-
"@release-it-plugins/lerna-changelog": "6.1.0",
6362
"auto-dist-tag": "2.1.1",
6463
"codeclimate-test-reporter": "0.5.1",
6564
"concurrently": "8.2.2",
@@ -94,7 +93,6 @@
9493
"nyc": "17.1.0",
9594
"prettier": "3.5.3",
9695
"qunit": "2.24.1",
97-
"release-it": "16.3.0",
9896
"release-plan": "^0.13.1",
9997
"rsvp": "4.8.5",
10098
"sinon": "19.0.2",
@@ -123,25 +121,5 @@
123121
},
124122
"ember-addon": {
125123
"configPath": "tests/dummy/config"
126-
},
127-
"release-it": {
128-
"plugins": {
129-
"@release-it-plugins/lerna-changelog": {
130-
"infile": "CHANGELOG.md",
131-
"launchEditor": true
132-
}
133-
},
134-
"git": {
135-
"commitMessage": "v${version}",
136-
"tagName": "v${version}"
137-
},
138-
"github": {
139-
"release": true,
140-
"releaseName": "v${version}",
141-
"tokenRef": "GITHUB_AUTH"
142-
},
143-
"npm": {
144-
"publish": false
145-
}
146124
}
147125
}

0 commit comments

Comments
 (0)