projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3610364
)
building_release_archive: add some steps and clean up
author
Jon Trulson
<jon@radscan.com>
Sun, 2 Mar 2014 00:01:12 +0000
(17:01 -0700)
committer
Jon Trulson
<jon@radscan.com>
Sun, 2 Mar 2014 00:01:12 +0000
(17:01 -0700)
cde/admin/BuildNotes/building_release_archive.txt
patch
|
blob
|
history
diff --git
a/cde/admin/BuildNotes/building_release_archive.txt
b/cde/admin/BuildNotes/building_release_archive.txt
index abde89b99f3b4865d15641106123e918f5cd20d7..3713f1cb5a4818750546473aa002000ffc69f06f 100644
(file)
--- 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