From 05692eca444c09158bb94d273c512c11e43d46c9 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 10 Jun 2015 01:58:44 +0200 Subject: [PATCH] Update RELEASE.md --- hacking/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacking/RELEASE.md b/hacking/RELEASE.md index f1cb3fc5b..cb81967c7 100644 --- a/hacking/RELEASE.md +++ b/hacking/RELEASE.md @@ -10,10 +10,11 @@ The Calamares release process #### (1) Preparation * Check `README.md` and everything in `hacking`, make sure it's all still relevant. * Update `CHANGELOG.md`. +* Pull latest translations from Transifex. * Bump version in `CMakeLists.txt`, commit. #### (2) Tarball -* Run release script. +* Create tarball with `git-archive-all`. * Test tarball. #### (3) Tag