Skip to content

Commit 8d14b8e

Browse files
Add back release-it
1 parent b7b6062 commit 8d14b8e

File tree

2 files changed

+2180
-101
lines changed

2 files changed

+2180
-101
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
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",
@@ -94,6 +95,7 @@
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",
@@ -121,5 +123,20 @@
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
}

0 commit comments

Comments
 (0)