From bfe15afca2f3018877d5e07b89853518d637499b Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Mon, 13 Jun 2016 22:57:22 +0800 Subject: [PATCH] fix(grunt): version confg not updated --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 878662ba6..1b97acdaa 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -671,6 +671,7 @@ module.exports = (grunt) -> grunt.task.run [ "bump-only:#{type or 'patch'}" "conventionalChangelog" + "replace:amsf__core__update_version" "replace:amsf__site__update_version" "bump-commit" ]