Skip to content

Commit 544cf7d

Browse files
author
Alexej Yaroshevich
committed
Misc: add changelog npm command
1 parent 9e56f72 commit 544cf7d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [unreleased]
77

8-
### Misc
8+
### New rules
9+
* [[`152ab67a91`](https://github.com/iojs/io.js/commit/152ab67a91)] - New rule: requireDescriptionCompleteSentence (dtracers)
910

11+
### Docs
12+
* [[`9e56f72b88`](https://github.com/iojs/io.js/commit/9e56f72b88)] - **Docs**: Add requireDescriptionCompleteSentence to readme. (dtracers)
13+
* [[`a34608a22b`](https://github.com/iojs/io.js/commit/a34608a22b)] - **Docs**: update changelog, fix broken link (Alexej Yaroshevich)
14+
15+
### Misc
1016
* [[`cf2aff91c2`](https://github.com/iojs/io.js/commit/cf2aff91c2)] - **Misc**: bump jsdoctypeparser to use new PEG parser (Alexej Yaroshevich)
1117

1218

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"scripts": {
3939
"lint": "jshint lib test && jscs lib test",
4040
"test": "npm run lint && mocha",
41-
"browserify": "browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js"
41+
"browserify": "browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js",
42+
"changelog": "changelog-maker jscs-dev jscs-jsdoc --group"
4243
},
4344
"files": [
4445
"lib",

0 commit comments

Comments
 (0)