forked from JakeWharton/ActionBarSherlock
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6a6637
commit af90d98
Showing
7 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
ActionBarSherlock Release Process | ||
================================= | ||
|
||
1. Make sure she builds! `mvn clean verify` | ||
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. | ||
5. `mvn clean release:clean && mvn release:prepare release:perform` | ||
|
||
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 website using `deploy_website.sh` script. | ||
7. Deploy the latest website. | ||
|
||
./deploy_website.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters