RELEASE_ENGINEERING.TXT: Fix typo
This commit is contained in:
@@ -41,5 +41,5 @@ git tag production
|
|||||||
git push origin tag production
|
git push origin tag production
|
||||||
R="v1.$(date +%Y%m%d)"
|
R="v1.$(date +%Y%m%d)"
|
||||||
git tag "$R"
|
git tag "$R"
|
||||||
git push origin tag "$R
|
git push origin tag "$R"
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user