1 Star 0 Fork 23

王志斌/Micronaut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RELEASE.adoc 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
James Kleeh 提交于 2019-09-27 10:50 . Update RELEASE.adoc

Micronaut Core Release Process

  1. Ensure all changes from previous branches are merged up

  2. Ensure there are no snapshot dependencies

  3. Set the version to a release version in gradle.properties

  4. Commit the release git commit -a -m "Release Micronaut XXX"

  5. Tag the release git tag vXXX (Don’t forget the v prefix!)

  6. Push the tag git push --tags and waiting for Travis to complete the tagged release https://travis-ci.org/micronaut-projects/micronaut-core/

  7. Login to the Bintray repo at https://bintray.com/micronaut/core-releases-local and click the button to publish the staged release.

  8. Update the release notes at https://github.com/micronaut-projects/micronaut-core/releases/tag/vXXX

  9. Run the Maven Central sync locally ./gradlew sWMC (may take over an hour, repeat if fails at any point)

  10. Verify the release worked

    • Run sdk install micronaut XXX and perform smoke tests or creating an application etc.

    • Check the documentation published to docs.micronaut.io/XXX

  11. Change the version in gradle.properties back to a snapshot of next release

  12. Push the code git push

  13. Announce the Release

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/robin-cloud/Micronaut.git
git@gitee.com:robin-cloud/Micronaut.git
robin-cloud
Micronaut
Micronaut
2.1.x

搜索帮助

0d507c66 1850385 C8b1a773 1850385