[gbrainy] Update tagging policy



commit 7197c94af463d0c7966ecf690c298f5c32973c32
Author: Jordi Mas <jmas softcatala org>
Date:   Wed Jan 9 07:09:11 2019 +0100

    Update tagging policy

 RELEASE-PROCESS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/RELEASE-PROCESS b/RELEASE-PROCESS
index e6538f4..25b2eb8 100644
--- a/RELEASE-PROCESS
+++ b/RELEASE-PROCESS
@@ -22,10 +22,10 @@ See tests/README
 
 * Do a smoke test to verify that gbrainy has been built properly
 
-* Tag the gbrainy git repository naming the tag label GBRAINY_X_Y_Z, where X and Y are the major versions 
and Z the revision number.
+* Tag the gbrainy git repository naming the tag label X.Y.Z, where X and Y are the major versions and Z the 
revision number.
 
-  git tag -m "gbrainy X_Y_Z tag" -a GBRAINY_X_Y_Z
-  git push origin GBRAINY_X_Y_Z
+  git tag -m "gbrainy X.Y.Z tag" -a X.Y.Z
+  git push origin X.Y.Z
 
 * Upload the final tar.gz to a public location
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]