admin: add a BuildNotes dir for documenting release proceedures, etc

This commit is contained in:
Jon Trulson
2014-03-01 15:47:34 -07:00
parent b8a01219bd
commit d519628539
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
To build the release archive:
- First tag the release, say 2.2.0c
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:
git push --tags