summaryrefslogtreecommitdiff
path: root/Releasing.md
diff options
context:
space:
mode:
Diffstat (limited to 'Releasing.md')
-rw-r--r--Releasing.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/Releasing.md b/Releasing.md
new file mode 100644
index 0000000..81e10be
--- /dev/null
+++ b/Releasing.md
@@ -0,0 +1,17 @@
+# Introduction #
+
+Instructions to make a libproxy release.
+
+
+# Details #
+
+ * Update NEWS file and version number in libproxy/CMakeLists.txt
+ * Commit those changes with comment "Version X.X.X"
+ * svn commit -m "Version X.X.X"
+ * Create a version tag
+ * svn copy https://libproxy.googlecode.com/svn/trunk https://libproxy.googlecode.com/svn/tags/libproxy-X.X.X -m "Version X.X.X"
+ * Create source packages
+ * cmake . && make package\_source
+ * Upload the ZIP and Tar.gz in the download section with lables Type-Source, OpSys-All and Featured
+ * Removed featured tag from previous files
+ * Send announcement email to libproxy@googlegroups.com \ No newline at end of file