Skip to content

Commit b8cca31

Browse files
committed
Add release-it
1 parent 70b27a8 commit b8cca31

File tree

2 files changed

+2361
-95
lines changed

2 files changed

+2361
-95
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"github": "^14.0.0",
2525
"mocha": "^10.2.0",
2626
"multiline": "^2.0.0",
27+
"release-it": "^14.6.1",
28+
"release-it-lerna-changelog": "^3.1.0",
2729
"sinon": "^2.4.1"
2830
},
2931
"keywords": [
@@ -39,6 +41,21 @@
3941
"rsvp": "^4.8.5",
4042
"silent-error": "^1.1.1"
4143
},
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+
},
4259
"ember-addon": {
4360
"configPath": "tests/dummy/config"
4461
}

0 commit comments

Comments
 (0)