Skip to content
This repository has been archived by the owner on Dec 30, 2018. It is now read-only.

Commit

Permalink
conventional-changelog needs to use the gulp wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Dec 24, 2015
1 parent a9d3912 commit 3e5d1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/automate-release-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Below you have a simple recipe that bumps the project version, commits the chang

var gulp = require('gulp');
var runSequence = require('run-sequence');
var conventionalChangelog = require('conventional-changelog');
var conventionalChangelog = require('gulp-conventional-changelog');
var conventionalGithubReleaser = require('conventional-github-releaser');
var bump = require('gulp-bump');
var gutil = require('gulp-util');
Expand Down

0 comments on commit 3e5d1bb

Please sign in to comment.