Skip to content

Commit

Permalink
feat(conventional-changelog): switching to using conventional-changel…
Browse files Browse the repository at this point in the history
…og for generating the changelog
  • Loading branch information
bcoe committed Apr 5, 2016
1 parent 51d926e commit a2b5a2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,3 @@
## Change Log

### v4.4.0 (2016/04/03 21:10 +07:00)

- [#454](https://github.com/yargs/yargs/pull/454) fix demand() when second argument is an array (@elas7)
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -28,6 +28,7 @@
"devDependencies": {
"chai": "^3.4.1",
"chalk": "^1.1.3",
"conventional-recommended-workflow": "^1.0.0",
"coveralls": "^2.11.9",
"cpr": "^1.0.0",
"es6-promise": "^3.0.2",
Expand All @@ -42,7 +43,8 @@
"scripts": {
"pretest": "standard",
"test": "nyc --cache mocha --require ./test/before.js --timeout=4000 --check-leaks",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "conventional-recommended-workflow"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a2b5a2a

Please sign in to comment.