Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/3rd_party/HoloEverywhere/contrib/ActionBarSherlock/RELEASING.md')
-rw-r--r--android/3rd_party/HoloEverywhere/contrib/ActionBarSherlock/RELEASING.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/android/3rd_party/HoloEverywhere/contrib/ActionBarSherlock/RELEASING.md b/android/3rd_party/HoloEverywhere/contrib/ActionBarSherlock/RELEASING.md
new file mode 100644
index 0000000000..7fe25faf46
--- /dev/null
+++ b/android/3rd_party/HoloEverywhere/contrib/ActionBarSherlock/RELEASING.md
@@ -0,0 +1,24 @@
+ActionBarSherlock Release Process
+=================================
+
+ 1. Make sure she builds!
+
+ mvn clean verify
+
+ 2. Ensure the `CHANGELOG.md` file has up-to-date information and the current date.
+ 3. Pull in the latest translations in the i18n module.
+ 4. Change all of the sample `AndroidManifest.xml` files to the correct version and bump the
+ version code arbitrarily.
+
+ find actionbarsherlock-samples -name AndroidManifest.xml -exec sed -i '' 's|versionCode="[0-9]*"|versionCode="431"|g' {} \;
+ find actionbarsherlock-samples -name AndroidManifest.xml -exec sed -i '' 's|versionName="[0-9.]*"|versionName="4.3.1"|g' {} \;
+
+ 5. Make the release!
+
+ mvn clean release:clean
+ mvn release:prepare release:perform
+
+ 6. Promote the Maven artifact on Sonatype's OSS Nexus install.
+ 7. Deploy the latest website.
+
+ ./deploy_website.sh