Skip to content

Commit

Permalink
Merge pull request #40 from nongrata081/feature/recommended-version-bump
Browse files Browse the repository at this point in the history
feat(recommended-version-bump): hint version bump based on commits
  • Loading branch information
nongrata081 authored Jun 25, 2019
2 parents 8905160 + 3a3b35f commit 65852da
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 1 deletion.
212 changes: 212 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"dep-graph": "nx dep-graph",
"help": "nx help",
"commit": "git-cz",
"enforce:gitflow": "node ./node_modules/.bin/enforce-gitflow-branches"
"enforce:gitflow": "node ./node_modules/.bin/enforce-gitflow-branches",
"recommended:bump": "conventional-recommended-bump --preset=angular"
},
"private": true,
"dependencies": {},
Expand All @@ -38,6 +39,7 @@
"@rubedo/devkit": "^0.1.2",
"@types/node": "~8.9.4",
"commitizen": "latest",
"conventional-recommended-bump": "latest",
"cz-conventional-changelog": "latest",
"dotenv": "6.2.0",
"enforce-gitflow-branches": "latest",
Expand Down

0 comments on commit 65852da

Please sign in to comment.