From 57c998beccbab1a6e6b8d6ba2b43d6712be5ee3a Mon Sep 17 00:00:00 2001 From: Joe Steele Date: Thu, 1 Aug 2013 11:02:49 -0400 Subject: [PATCH] Automate publishing of the changelogs. Publishes the changelog on github using a gh-pages branch. This implementation changes back and forth between git branches without updating the working tree. This should be faster because the branches are unrelated so updating the tree would require removing and recreating all the files. --- build.xml | 39 +++++++++++++++++++++++++++++++++++- res/xml/changelog_master.xml | 8 ++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 65a87cb15..cef6b9422 100644 --- a/build.xml +++ b/build.xml @@ -155,7 +155,7 @@ - + Bumped K-9 to ${version-name} @@ -166,6 +166,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/changelog_master.xml b/res/xml/changelog_master.xml index 76b459098..06dc8a2bc 100644 --- a/res/xml/changelog_master.xml +++ b/res/xml/changelog_master.xml @@ -1,4 +1,12 @@ + + Move 'share' menu item back, at least for the moment