git push --tags needs to be forced.
This commit is contained in:
parent
ccdd4b5ec3
commit
dc50008c46
@ -1,6 +1,6 @@
|
|||||||
### 3.0.1 - *2013-04-08*
|
### 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.
|
- Added Reply Navigation back in, disabled by default.
|
||||||
- Fixed Thread Hiding initialization error.
|
- Fixed Thread Hiding initialization error.
|
||||||
|
|
||||||
|
|||||||
@ -81,7 +81,7 @@ module.exports = function(grunt) {
|
|||||||
stdout: true
|
stdout: true
|
||||||
},
|
},
|
||||||
push: {
|
push: {
|
||||||
command: 'git push origin --all && git push origin --tags',
|
command: 'git push origin --all && git push origin --tags -f',
|
||||||
stdout: true
|
stdout: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user