зеркало из https://github.com/mozilla/rhino.git
35 строки
746 B
Plaintext
35 строки
746 B
Plaintext
Update version in:
|
|
src/manifest
|
|
gradle.properties
|
|
|
|
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 "rhinoall.sh"
|
|
Copy HTML to gh-pages/compat
|
|
|
|
./gradlew publish
|
|
|
|
Go to oss.sonatype.org
|
|
Find "org.mozilla" staging repo, close, release, and drop.
|
|
|
|
./gradlew distZip
|
|
Publish that to the GitHub release page
|
|
|
|
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
|
|
gradle.properties
|
|
|
|
Update the Homebrew formula. Submit a PR for:
|
|
Homebrew/homebrew
|
|
Library/Formula/rhino.rb
|