git push --tags needs to be forced.

This commit is contained in:
Nicolas Stepien 2013-04-08 12:27:51 +02:00
parent ccdd4b5ec3
commit dc50008c46
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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
}
},