File tree Expand file tree Collapse file tree 2 files changed +2180
-101
lines changed
Expand file tree Collapse file tree 2 files changed +2180
-101
lines changed Original file line number Diff line number Diff line change 7272 "@glint/template" : " ^1.6.2" ,
7373 "@glint/tsserver-plugin" : " ^2.0.4" ,
7474 "@ianvs/prettier-plugin-sort-imports" : " ^4.7.0" ,
75+ "@release-it-plugins/lerna-changelog" : " ^8.0.1" ,
7576 "@rollup/plugin-babel" : " ^6.1.0" ,
7677 "@types/qunit" : " ^2.19.13" ,
7778 "babel-plugin-ember-template-compilation" : " ^2.4.1" ,
9495 "prettier-plugin-ember-template-tag" : " ^2.1.0" ,
9596 "qunit" : " ^2.24.2" ,
9697 "qunit-dom" : " ^3.5.0" ,
98+ "release-it" : " ^19.0.5" ,
9799 "rollup" : " ^4.52.5" ,
98100 "sinon" : " ^21.0.0" ,
99101 "testem" : " ^3.16.0" ,
121123 "onlyBuiltDependencies" : [
122124 " esbuild"
123125 ]
126+ },
127+ "release-it" : {
128+ "plugins" : {
129+ "@release-it-plugins/lerna-changelog" : {
130+ "infile" : " CHANGELOG.md" ,
131+ "launchEditor" : false
132+ }
133+ },
134+ "git" : {
135+ "tagName" : " v${version}"
136+ },
137+ "github" : {
138+ "release" : true ,
139+ "tokenRef" : " GITHUB_AUTH"
140+ }
124141 }
125142}
You can’t perform that action at this time.
0 commit comments