Skip to content

Commit 493c728

Browse files
committed
update release archive steps
1 parent 22a512c commit 493c728

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

release_setps

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
2. Bump version in AptOfflineCore.py
33
3. Execute make "html" target to create html docs from the manpage
44
4. Perhaps now, go and do a `git tag -s rel_name`
5+
6+
7+
8+
git archive --format=zip --prefix=apt-offline/ v1.6 > /tmp/apt-offline-1.6.zip
9+
git archive --format=tar.gz --prefix=apt-offline/ v1.6 > /tmp/apt-offline-1.6.tar.gz

0 commit comments

Comments
 (0)