|
@@ -46,7 +46,7 @@ |
|
|
block discarded – undo |
|
46
|
46
|
* Useful git command: |
|
47
|
47
|
* Under some circumstances you may discover an error or a minor change after publishing. |
|
48
|
48
|
* In order to up issue the current version without changing the number you have to delete the tag: |
|
49
|
|
- * `git push --delete origin v2.0.2 && git tag -d v2.0.2` |
|
|
49
|
+ * `git push --delete origin v2.0.2 && git tag -d v2.0.2` |
|
50
|
50
|
* Note that in most circumstances its easier and preferable just to increment the patch number. |
|
51
|
51
|
* |
|
52
|
52
|
* @return boolean successful publish |
Please login to merge, or discard this patch.