Skip to content

Commit

Permalink
Merge pull request #53 from ember-cli-deploy/chore/lerna-changelog
Browse files Browse the repository at this point in the history
User lerna-changelog
  • Loading branch information
lukemelia authored May 16, 2020
2 parents 2f0ced9 + 3684244 commit d1ac38b
Show file tree
Hide file tree
Showing 2 changed files with 710 additions and 81 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"author": "Luke Melia and ember-cli-deploy team",
"license": "MIT",
"devDependencies": {
"auto-changelog": "^2.0.0",
"ember-cli": "^3.18.0",
"eslint": "^7.0.0",
"release-it": "*"
"lerna-changelog": "^1.0.1",
"release-it": "*",
"release-it-lerna-changelog": "^2.3.0"
},
"keywords": [
"ember-addon",
Expand All @@ -34,15 +35,21 @@
"defaultBlueprint": "lightning-deploy-config"
},
"release-it": {
"hooks": {
"after:bump": "npx auto-changelog -p"
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"requireCleanWorkingDir": false
"tagName": "v${version}",
"commitMessage": "v${version}",
"pushArgs": "--follow-tags --no-verify"
},
"npm": {
"publish": false
},
"github": {
"release": true
},
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md"
}
}
}
}
Loading

0 comments on commit d1ac38b

Please sign in to comment.