diff --git a/CHANGELOG.md b/CHANGELOG.md index 0442f0ce1..eb6637b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### 3.0.1 - *2013-04-08* -- Added possibility to combine board-list toggle and custom text. +- Added the possibility to combine board-list toggle and custom text. - Added Reply Navigation back in, disabled by default. - Fixed Thread Hiding initialization error. diff --git a/Gruntfile.js b/Gruntfile.js index 7b3be72bf..9e7acb52b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -81,7 +81,7 @@ module.exports = function(grunt) { stdout: true }, push: { - command: 'git push origin --all && git push origin --tags', + command: 'git push origin --all && git push origin --tags -f', stdout: true } },