Skip to content

Commit d1ac38b

Browse files
authored
Merge pull request #53 from ember-cli-deploy/chore/lerna-changelog
User lerna-changelog
2 parents 2f0ced9 + 3684244 commit d1ac38b

File tree

2 files changed

+710
-81
lines changed

2 files changed

+710
-81
lines changed

package.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
"author": "Luke Melia and ember-cli-deploy team",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"auto-changelog": "^2.0.0",
1615
"ember-cli": "^3.18.0",
1716
"eslint": "^7.0.0",
18-
"release-it": "*"
17+
"lerna-changelog": "^1.0.1",
18+
"release-it": "*",
19+
"release-it-lerna-changelog": "^2.3.0"
1920
},
2021
"keywords": [
2122
"ember-addon",
@@ -34,15 +35,21 @@
3435
"defaultBlueprint": "lightning-deploy-config"
3536
},
3637
"release-it": {
37-
"hooks": {
38-
"after:bump": "npx auto-changelog -p"
39-
},
4038
"git": {
41-
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
42-
"requireCleanWorkingDir": false
39+
"tagName": "v${version}",
40+
"commitMessage": "v${version}",
41+
"pushArgs": "--follow-tags --no-verify"
42+
},
43+
"npm": {
44+
"publish": false
4345
},
4446
"github": {
4547
"release": true
48+
},
49+
"plugins": {
50+
"release-it-lerna-changelog": {
51+
"infile": "CHANGELOG.md"
52+
}
4653
}
4754
}
4855
}

0 commit comments

Comments
 (0)