summaryrefslogtreecommitdiff
path: root/Releasing.md
diff options
context:
space:
mode:
authorGoogle Code Exporter <GoogleCodeExporter@users.noreply.github.com>2015-03-16 10:31:37 -0400
committerGoogle Code Exporter <GoogleCodeExporter@users.noreply.github.com>2015-03-16 10:31:37 -0400
commit440dfd392505c6ec941c152432964470cc4202bf (patch)
tree911ad375b6866c3fa8acf02d6f5598d1d572f1df /Releasing.md
downloadlibproxy-git-wiki.tar.gz
Migrating wiki contents from Google Codewiki
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