-
Make sure she builds!
mvn clean verify
-
Ensure the
CHANGELOG.md
file has up-to-date information and the current date. -
Update the version number in the root
build.gradle
. -
Pull in the latest translations in the i18n module.
-
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' {} \;
-
Make the release!
mvn clean release:clean mvn release:prepare release:perform
-
Promote the Maven artifact on Sonatype's OSS Nexus install.
-
Deploy the latest website.
./deploy_website.sh
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.