We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b27a8 commit b8cca31Copy full SHA for b8cca31
package.json
@@ -24,6 +24,8 @@
24
"github": "^14.0.0",
25
"mocha": "^10.2.0",
26
"multiline": "^2.0.0",
27
+ "release-it": "^14.6.1",
28
+ "release-it-lerna-changelog": "^3.1.0",
29
"sinon": "^2.4.1"
30
},
31
"keywords": [
@@ -39,6 +41,21 @@
39
41
"rsvp": "^4.8.5",
40
42
"silent-error": "^1.1.1"
43
44
+ "release-it": {
45
+ "plugins": {
46
+ "release-it-lerna-changelog": {
47
+ "infile": "CHANGELOG.md",
48
+ "launchEditor": false
49
+ }
50
+ },
51
+ "git": {
52
+ "tagName": "v${version}"
53
54
+ "github": {
55
+ "release": true,
56
+ "tokenRef": "GITHUB_AUTH"
57
58
59
"ember-addon": {
60
"configPath": "tests/dummy/config"
61
}
0 commit comments