-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and versions for 1.7.7.
- Loading branch information
Gregory Brail
committed
Jun 17, 2015
1 parent
46a73a9
commit 02a376e
Showing
6 changed files
with
154 additions
and
5 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
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,5 +1,5 @@ | ||
#Sun, 26 Apr 2015 10:43:55 +0300 | ||
rootProject.name=rhino | ||
group=org.mozilla | ||
version=1.7.7-SNAPSHOT | ||
version=1.7.7 | ||
buildDir=buildGradle |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Update version in: | ||
src/manifest | ||
build.properties | ||
maven/maven-pom.xml | ||
|
||
ant dist source-zip | ||
|
||
Paste release notes into RELEASE_NOTES.md: | ||
git shortlog LAST_TAG.. | sed 's/^ /*/' | ||
|
||
Paste release info into README.md | ||
Copy README into gh-pages | ||
Extract build/*/javadoc.zip to gh-pages/javadoc | ||
|
||
Re-run compat-table "engine.js" | ||
Copy HTML to gh-pages/compat | ||
|
||
Go to oss.sonatype.org | ||
Find "org.mozilla" staging repo, close, release, and drop. | ||
|
||
git tag for new release | ||
|
||
Update release in GitHub | ||
Paste release notes, upload "rhinoXXX.zip" and "js.jar" | ||
|
||
Update to new snapshot version in: | ||
src/manifest | ||
build.properties | ||
maven/maven-pom.xml | ||
|
||
Update the Homebrew formula. Submit a PR for: | ||
Homebrew/homebrew | ||
Library/Formula/rhino.rb |