building_release_archive: add some steps and clean up
This commit is contained in:
@@ -1,12 +1,24 @@
|
|||||||
To build the release archive:
|
- Update HISTORY file, commit
|
||||||
|
|
||||||
- First tag the release, say 2.2.0c
|
- 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] \
|
git archive -o /tmp/cde-src-[version tag].tar.gz [version tag] \
|
||||||
--prefix cde-[version tag]/
|
--prefix cde-[version tag]/
|
||||||
|
|
||||||
where [version tag] is something like 2.2.0c
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user