代码拉取完成,页面将自动刷新
!!! update project.version in liquibase-core/pom.xml to the new version without snapshot!!!
release version in jira
update changelog.txt
Manually run branch in the "Release" buildserver project
Download liquibase-X.Y.Z-*.zip and *-.tar.gz and *-.deb and *-.rpm artifacts from the buildserver and upload to github
upload target/checkout/liquibase-maven-plugin/target/site to liquibase.org/documentation\maven\generated
copy target/checkout/liquibase-core/target/site/apidocs to liquibase.org/javadoc
update version info and links in liquibase.org/download/index.md
commit and push liquibase.org
release on sonatype
- log in to oss.sonatype.org
- staging repositories->select "org.liquibase..."
- run "close" in top toolbar
- select "org.liquibase..."
- run "release" on top toolbar
Test:
- download files from download/index.html
- new jars are at http://mvnrepository.com/artifact/org.liquibase/liquibase-core
POST MESSAGES TO:
- blog
To update Homebrew with the latest Liquibase installtion tar file do the following:
1. From a Linux/Mac machine, visit the following page https://download.liquibase.org/download/?frm=n
2.Download the tar.gz from the link provided on that page.
For example: Linux/Unix/Mac: Download liquibase-<current liquibase version>-bin.tar.gz
3. Then run SHA256 Checksum on that file. For example: shasum -a 256 /path/to/file/Download liquibase-<current liquibase version>-bin.tar.gz
You should see a hash key printed on the Console output.
4. Go to Homebrew/liquibase page. For example: https://formulae.brew.sh/formula/liquibase
5. Click on the "Formula code on GitHub" link
6. This should bring you to the Homebrew-core/Formula/liquibase.rb file, located in the "Homebrew-core" repository
From the Github Web UI
7. Edit the liquibase.rb by updating the line where url is to the actual/current url from Liquibase download site mentioned in step 2.
8. Edit the liquibase.rb by updating the line where sha256 with the SHA256 Checksum key generated in step 3.
9. Hit the "Propose file change" - This will write it to a new branch in your fork <your username>/homebrew-core, so you can send a pull request.
Note (OPTIONAL): There is a way to use the "brew bump-formula-pr" command, it should help to update url and hash at once (this hasn't been tested yet).
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。