Skip to content

Commit

Permalink
Merge pull request #16 from nongrata081/feature/issues-3-changelog-ge…
Browse files Browse the repository at this point in the history
…neration

feat(changelog-generation): enable changelog gen from commit history
  • Loading branch information
nongrata081 committed Mar 31, 2019
2 parents bc5d055 + 6de4507 commit dc641e1
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 8 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"scripts": {
"preinstall": "node scripts/enforce-yarn.js",
"commit": "git-cz",
"enforce:gitflow": "node ./node_modules/.bin/enforce-gitflow-branches"
"enforce:gitflow": "node ./node_modules/.bin/enforce-gitflow-branches",
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"devDependencies": {
"@commitlint/cli": "7.5.1",
"@commitlint/config-conventional": "7.5.0",
"commitizen": "3.0.5",
"conventional-changelog-cli": "^2.0.11",
"cz-conventional-changelog": "2.1.0",
"enforce-gitflow-branches": "1.0.8",
"husky": "1.3.1"
Expand Down
Loading

0 comments on commit dc641e1

Please sign in to comment.