From 0d5e82986b81980770026b0412837dc8f9587867 Mon Sep 17 00:00:00 2001 From: Hans Christian Reinl Date: Thu, 5 Feb 2015 09:50:06 +0100 Subject: [PATCH] v0.11.0 --- Gruntfile.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8d25dee..cfde6ce 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,8 +13,9 @@ module.exports = function(grunt) { options: { bump: true, file: 'package.json', - changelog: 'test/fixtures/_CHANGELOG.md', + changelog: 'CHANGELOG.md', changelogText: '### <%= version %>\n', + commitMessage: 'v<%= version %>', add: true, commit: true, tag: true, diff --git a/package.json b/package.json index 0ae4f30..e80d280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grunt-release", - "version": "0.10.0", + "version": "0.11.0", "description": "Release a new version of your Node-based project", "main": "Gruntfile.js", "scripts": {