summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-07-26 03:17:02 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-07-26 03:17:02 (GMT)
commitc3d3bb1b314e49521a49902736a4764c9b99b94b (patch)
tree8df62e3eacb6241ba538e978efa1e24b1e7588bb /doc
parent4bc0f0f924a8e7005df7da3553699c150a772984 (diff)
downloadmxe-c3d3bb1b314e49521a49902736a4764c9b99b94b.zip
mxe-c3d3bb1b314e49521a49902736a4764c9b99b94b.tar.gz
mxe-c3d3bb1b314e49521a49902736a4764c9b99b94b.tar.bz2
add release process notes
Diffstat (limited to 'doc')
-rw-r--r--doc/release-process.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt
new file mode 100644
index 0000000..57867c1
--- /dev/null
+++ b/doc/release-process.txt
@@ -0,0 +1,23 @@
+- Ensure that your Git repository is configured correctly:
+ http://mxe.cc/#committers
+- Ensure all stable commits have been merged to master
+- run `make cleanup-style`
+- check html with http://validator.w3.org/
+- get list of new packages:
+ git diff --name-status stable..master | grep 'A.*.mk$' | gsed -n 's,A.*src/\(.*\)\.mk,\1\,,p' | tr '\n' ' '
+- call for testers:
+ github issue
+ MXE mailing list
+ use the following to check for new/changed requirements:
+ http://htmlpreview.github.io/?https://raw.github.com/mxe/mxe/master/index.html
+...
+
+- Fast-forward the stable branch to master:
+ git checkout stable
+ git merge --ff-only master
+ git push
+- Announce in mailing lists, forums, etc.
+ MXE mailing list
+ Freecode.com (formerly Freshmeat.net)
+ MinGW mailing list
+ Hacker News (news.ycombinator.com)