Skip to content

Commit

Permalink
fix(CHANGELOG): Use Netflix fork of CCL
Browse files Browse the repository at this point in the history
  • Loading branch information
James Womack committed Mar 8, 2016
1 parent fe2ff12 commit bd4eeed
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/screens
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: node_js
node_js:
- "latest"
- "5"
- "4"
- "0.12"
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a name"1.1.0"></a>
<a name="1.1.0"></a>
## 1.1.0 (2015-10-22)


Expand All @@ -14,19 +14,19 @@
* **cli:** Add header ([cc3f1fd3](https://github.com/jameswomack/unleash/commit/cc3f1fd3))


<a name"1.0.9"></a>
<a name="1.0.9"></a>
### 1.0.9 (2015-10-22)


<a name"1.0.8"></a>
<a name="1.0.8"></a>
### 1.0.8 (2015-10-22)


<a name"1.0.7"></a>
<a name="1.0.7"></a>
### 1.0.7 (2015-10-22)


<a name"1.0.6"></a>
<a name="1.0.6"></a>
### 1.0.6 (2015-10-22)


Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ taskManager.task(CHANGELOG_WRITE, function (done) {
}
})

taskManager.task('changelog:commit', function () {
taskManager.task(CHANGELOG_COMMIT, function () {
if (isDryRun) {
return true
} else {
Expand Down
2 changes: 1 addition & 1 deletion lib/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function writeChangelog (options, done) {
opts.commitLink = partial(commitTemplate, pkg.repository.url)
}

return require('conventional-changelog')(opts, function (err, clog) {
return require('nf-conventional-changelog')(opts, function (err, clog) {
if (err) {
throw new Error(err)
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"license": "MIT",
"dependencies": {
"chalk": "1.1.1",
"conventional-changelog": "0.0.17",
"fancy-log": "1.1.0",
"gulp-babel": "5.3.0",
"gulp-bump": "1.0.0",
Expand All @@ -45,6 +44,7 @@
"lodash.merge": "3.3.2",
"lodash.partial": "3.1.1",
"lodash.template": "3.6.2",
"nf-conventional-changelog": "1.0.0",
"npm": "2.14.8",
"npm-check": "4.1.2",
"object-values": "1.0.0",
Expand Down
Binary file added screens/dry-run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd4eeed

Please sign in to comment.