summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-24 12:24:20 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-24 12:24:20 +0100
commitdda2040e80dc6ebbd301404a5c4b28feb30fe452 (patch)
tree6b9a6b27bad2ddbf68d0794d08e0aa193e9783f4 /scripts
parentrekonq 0.8.71 (diff)
downloadrekonq-dda2040e80dc6ebbd301404a5c4b28feb30fe452.tar.xz
updated release howto ;)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/RELEASE_HOWTO28
1 files changed, 14 insertions, 14 deletions
diff --git a/scripts/RELEASE_HOWTO b/scripts/RELEASE_HOWTO
index 289913af..fa8fcaf8 100644
--- a/scripts/RELEASE_HOWTO
+++ b/scripts/RELEASE_HOWTO
@@ -1,37 +1,37 @@
-INSPIRED FROM AMAROK ONE
+THINGS TO DO TO RELEASE IT SMOOTHLY...
---------------------------------------------------------------------------------
SECTION 1: Preparation
-* Update CHANGELOG file
+* Update CHANGELOG file (or just check it!!!)
+* Update INSTALL file (usually just new dependencies)
+* Update src/main.cpp. Check AUTHORS and CREDITS
* Bump Version Number (in the CMakeLists.txt file)
-* Commit the source to GIT
+* Commit the source to GIT and ccmail: rekonq@kde.org
+* tag it : git tag -s $VERSION
--------------------------------------------------------------------------------
SECTION 2: Creating and Testing the Tarball
-* Run the "release_script.sh"
- VERSION=qualcosina
- git tag -s $VERSION
- git archive --prefix=rekonq-$VERSION/ $VERSION | bzip2 > releases/rekonq-$VERSION.tar.bz2
+* Use releaseme script to create the tarball:
+ - if you need download it somewhere: git clone kde:releaseme
+ - update rekonqrc file with choices and version number
+ - launch ./rekonqrb script
-* Test package with current KDE version:
-* Optionally add docs and translations.
+* Test package with current KDE version
* Test package with docs AND translations added
-* Check it works OK without any rekonq files in ~/.kde
+* Test it resetting rekonq files in ~/.kde4 (or in your local environment)
--------------------------------------------------------------------------------
-SECTION 4: The Release Day
+SECTION 3: The Release Day
* Add new version to Bugzilla
* Push tarball to sf repository
-* Update sf rekonq site
+* Update rekonq site: http://rekonq.kde.org
* Update kde-apps.org
* Update IRC channel topic
-* Announce on mailing list
* Blog about!
--------------------------------------------------------------------------------