From ded1213316c96b5066597999711d30f53cfc8a76 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 1 Mar 2014 17:01:12 -0700 Subject: [PATCH] building_release_archive: add some steps and clean up --- .../BuildNotes/building_release_archive.txt | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/cde/admin/BuildNotes/building_release_archive.txt b/cde/admin/BuildNotes/building_release_archive.txt index abde89b9..3713f1cb 100644 --- a/cde/admin/BuildNotes/building_release_archive.txt +++ b/cde/admin/BuildNotes/building_release_archive.txt @@ -1,12 +1,24 @@ -To build the release archive: +- Update HISTORY file, commit - First tag the release, say 2.2.0c + git tag 2.2.0c + + Then push the tag: + + git push --tags + +- build the release archive: + git archive -o /tmp/cde-src-[version tag].tar.gz [version tag] \ --prefix cde-[version tag]/ where [version tag] is something like 2.2.0c -Then push the tag: +## look into signed tags? + + git tag -s 2.2.1 -m '2.2.1 release' + + + - git push --tags -- 2.25.1