Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 432b4eb

Browse files
committed
chore(build): change to updated changelog task
1 parent bb9fa1a commit 432b4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module.exports = function(grunt) {
169169
'release-prepare': [
170170
'grunt before-test after-test',
171171
'grunt version', //remove "-SNAPSHOT"
172-
'grunt changelog'
172+
'grunt conventionalChangelog'
173173
],
174174
'release-complete': [
175175
'git commit CHANGELOG.md package.json -m "chore(release): v%version%"',

0 commit comments

Comments
 (0)