Skip to content

Commit

Permalink
feat: use angular's commit message style
Browse files Browse the repository at this point in the history
docs: update reademe
  • Loading branch information
gaowhen committed Jan 11, 2016
1 parent 3d7fc37 commit ee3119f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@ Gulp tasks collection
### Tasks

* gulp-browserify
* gulp-commitmsg
* gulp-eslint
* gulp-hook
* gulp-jade
* gulp-less
* gulp-lint
* gulp-eslint
* gulp-minify
* gulp-precommit
* gulp-stylus
* gulp-watch(with livereload)
* gulp-watchify

Now Angular's commit message style is required, also changelog can be generated by `npm run changelog`.

For some more details about commit message, please visit [Commit message 和 Change log 编写指南](http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html)

### MIT license

Copyright (c) 2015 Miko Gao <gaowhen.com@gmail.com>
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"browserify": "13.0.0",
"browserify-shim": "^3.8.11",
"conventional-changelog": "^0.5.3",
"cz-conventional-changelog": "^1.1.5",
"gulp": "3.9.0",
"gulp-cssnano": "^2.1.0",
"gulp-if": "^2.0.0",
Expand All @@ -64,5 +65,10 @@
"vinyl-transform": "1.0.0",
"watchify": "3.7.0",
"yards": "^0.1.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit ee3119f

Please sign in to comment.