Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(changelog): update to latest changelog version (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed May 17, 2018
1 parent 97e4f62 commit bc9256e
Show file tree
Hide file tree
Showing 3 changed files with 707 additions and 240 deletions.
8 changes: 2 additions & 6 deletions grunttasks/release.js
Expand Up @@ -18,19 +18,15 @@
module.exports = function (grunt) {
'use strict';

grunt.config('changelog', {
dest: 'CHANGELOG.md'
});

grunt.registerTask('version', [
'bump-only:minor',
'changelog',
'conventionalChangelog:release',
'bump-commit'
]);

grunt.registerTask('version:patch', [
'bump-only:patch',
'changelog',
'conventionalChangelog:release',
'bump-commit'
]);
};

0 comments on commit bc9256e

Please sign in to comment.