From deb18b6a13b12b9ae48ccec4e8038d3346d094b3 Mon Sep 17 00:00:00 2001 From: "Frank B. Brokken" Date: Sat, 9 Feb 2019 12:21:42 +0100 Subject: [PATCH] finished README.steps --- README.steps | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.steps b/README.steps index 2ff798db..6e671c17 100644 --- a/README.steps +++ b/README.steps @@ -25,6 +25,42 @@ root: -------------------------------------------------------------------------- + xd sa - source directory + build distclean - cleanup + + xd gas - dir. to change to gitlab + git co web-pages - gitlab web-pages branch + + update - upload to gitlab + + + xd gc - cppannotations-zip + + git ci -am 'Zips of the new major release 11.0.0' (or comparable) + + git push + + git tag 11.1.0 -sm '11.1.0 Release Tag' (or comparable) + + git push --tags + + + xd sa - source directory + + git tag 11.1.0 -sm '11.1.0 Release Tag' (or comparable) + + git push --tags + + + + xd ga - git/annotations directory + + git-post - upload to debian + + + + +