mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-13 23:52:14 +00:00
Polished tagging and wait-for-done instructions
parent
c8f9a715c5
commit
c9c0487386
@ -42,9 +42,9 @@
|
|||||||
#### 4. Push the release commit
|
#### 4. Push the release commit
|
||||||
|
|
||||||
- Push the release commit and [Jenkins](https://jenkins.spring.io/job/spring-security/) will build and deploy the artifacts
|
- Push the release commit and [Jenkins](https://jenkins.spring.io/job/spring-security/) will build and deploy the artifacts
|
||||||
- If you would like to be notified when the artifacts are deployed to Maven Central, modify the version in the following script and run it:
|
- If you are pushing to Maven Central, then you can get notified when it's uploaded by running the following:
|
||||||
```bash
|
```bash
|
||||||
./scripts/release/wait-for-done.sh 5.1.6.RELEASE
|
./scripts/release/wait-for-done.sh 5.2.0.RELEASE
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 5. Announce the release on Slack
|
#### 5. Announce the release on Slack
|
||||||
@ -57,6 +57,10 @@ spring-security-release 5.2.0.RC1 is out!
|
|||||||
#### 6. Tag the release
|
#### 6. Tag the release
|
||||||
|
|
||||||
- Tag the release and then push the tag
|
- Tag the release and then push the tag
|
||||||
|
```
|
||||||
|
git tag 5.2.0.RC1
|
||||||
|
git push origin 5.2.0.RC1
|
||||||
|
```
|
||||||
|
|
||||||
#### 7. Update to next development version
|
#### 7. Update to next development version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user