[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [lightdm/v0.1] /: Document release process
From:       Aurélien Gâteau <aurelien.gateau () canonical ! com>
Date:       2012-04-24 15:22:28
Message-ID: 20120424152228.E2779A60BB () git ! kde ! org
[Download RAW message or body]

Git commit e52b249319dcd1fade461fcae4d7149f33d0c6c7 by Aur=C3=A9lien G=C3=
=A2teau.
Committed on 24/04/2012 at 15:09.
Pushed by gateau into branch 'v0.1'.

Document release process

A  +37   -0    RELEASE_CHECK_LIST

http://commits.kde.org/lightdm/e52b249319dcd1fade461fcae4d7149f33d0c6c7

diff --git a/RELEASE_CHECK_LIST b/RELEASE_CHECK_LIST
new file mode 100644
index 0000000..f7e3c9c
--- /dev/null
+++ b/RELEASE_CHECK_LIST
@@ -0,0 +1,37 @@
+# Create branch if necessary
+git checkout -b v$x.$y
+
+# Or switch to the current branch
+git checkout v$x.$y
+
+# Verify copy is clean and up to date
+git status
+git pull
+
+# Update NEWS
+
+# Bump version in CMakeLists.txt
+
+# Commit
+
+# Create tarball
+make distcheck
+
+# Test
+
+# If ok, create tag
+git tag v$x.$y.$z
+
+# Push
+git push
+git push --tags
+
+# Merge back to master
+git checkout master
+git merge --no-ff v$x.$y
+
+# Push
+git push
+
+# Upload to KDE FTP server
+

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic