[chronojump] Updated howto_compile.txt howto_new_version.txt



commit c008f32c75a9793dae4e6b19b1c157863bbf88bf
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jan 11 13:34:00 2022 +0100

    Updated howto_compile.txt howto_new_version.txt

 howto_compile.txt     | 2 +-
 howto_new_version.txt | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/howto_compile.txt b/howto_compile.txt
index ea0f9858c..7069ef385 100644
--- a/howto_compile.txt
+++ b/howto_compile.txt
@@ -34,7 +34,7 @@ git pull
 cd package/macos
 make
 
-if date is not ok in the virtual system, is better to reboot
+if date is not ok in the virtual system, do not reboot. Change date on Date & Time window.
 
 -------------------------------------------------------------------
 WINDOWS
diff --git a/howto_new_version.txt b/howto_new_version.txt
index 1f4017313..8b7c53f00 100644
--- a/howto_new_version.txt
+++ b/howto_new_version.txt
@@ -8,7 +8,9 @@ cp ../chronojump-docs/chronojump_manual_e*.pdf manual/
 git commit manual/chronojump_manual_e*.pdf -m "Copied updated manuals from docs repo)"
 git push
 
-2) git tag (Chronojump's version depends on the tag):
+2) take care of unstaged changes, because next steps will commit and push them. So if don't want to commit 
them, do git stash
+
+3) git tag (Chronojump's version depends on the tag):
 VERSION=1.6.2
 git commit -a -m "Bump version $VERSION"
 


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