summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2017-09-25 17:13:33 +0200
committerAdriaan de Groot <groot@kde.org>2017-09-25 17:13:33 +0200
commitc0867c76fd1a8defbac1a58ac684c10ceab36121 (patch)
tree1cbc2eaef9e9dfcc529219cd2d16184c5e2993ba
parentdcc66c27939802d76717f4e5f1330561283a5474 (diff)
Document another way to create tarballsv3.1.5
-rw-r--r--ci/RELEASE.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/ci/RELEASE.md b/ci/RELEASE.md
index 5589916ed..640a91156 100644
--- a/ci/RELEASE.md
+++ b/ci/RELEASE.md
@@ -38,8 +38,13 @@ The Calamares release process
fairly complete translations.
#### (2) Tarball
-* Create tarball: `git-archive-all -v calamares-1.1-rc1.tar.gz` . Double check
- that the tarball matches the version number.
+* Create tarball: `git-archive-all -v calamares-1.1-rc1.tar.gz` or without
+ the helper script,
+ ```
+ V=calamares-3.1.5
+ git archive -o $V.tar.gz --prefix $V/ master
+ ```
+ Double check that the tarball matches the version number.
* Test tarball.
#### (3) Tag