3 Star 0 Fork 0

mirrors_spring-projects/spring-ldap_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RELEASE.adoc 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Josh Cummings 提交于 2022-09-19 22:55 +08:00 . Add release steps

Release Process

1. Update Dependencies

Check for available updates. If available, update at least Spring Framework, Spring Data, and Spring Security.

2. Update Release Number

Update `build.gradle’s version property:

export RELEASE=3.0.0-M4
sed -i 's/version=(.*)/version=${RELEASE}/' build.gradle

3. Build

Check to ensure that everything builds:

gw check

4. Commit and Watch

Commit the release:

git commit -m "Release ${RELEASE}"

This will push a build to https://jenkins.spring.io/job/spring-ldap/job/main/. Once the build passes, proceed to the next step.

5. Tag

Tag and push the release commit:

git tag ${RELEASE}
git push origin ${RELEASE}

6. Notify on Slack

Announce the release on the #spring-release channel:

spring-ldap-announcing `3.0.0-M4` is out!

7. Prepare for Next Development Cycle

Update and commit build.gradle:

sed -i 's/version=(.*)/version=3.0.0-SNAPSHOT'
git commit -am "Next Development Version"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_spring-projects/spring-ldap_1.git
git@gitee.com:mirrors_spring-projects/spring-ldap_1.git
mirrors_spring-projects
spring-ldap_1
spring-ldap_1
main

搜索帮助