diff --git a/RELEASE_ENGINEERING.TXT b/RELEASE_ENGINEERING.TXT index 7ba7f29..52c323d 100644 --- a/RELEASE_ENGINEERING.TXT +++ b/RELEASE_ENGINEERING.TXT @@ -41,5 +41,5 @@ git tag production git push origin tag production R="v1.$(date +%Y%m%d)" git tag "$R" -git push origin tag "$R -``` \ No newline at end of file +git push origin tag "$R" +```