Updated Release Process (markdown)

Joe Grandja 2019-04-05 06:31:30 -04:00
parent 918cc61451
commit 149ca9e7a5

@ -32,6 +32,8 @@
#### 3. Push the release commit
- 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:
- `until http -h --check-status http://repo1.maven.org/maven2/org/springframework/security/spring-security-core/5.1.5.RELEASE/; do sleep 10; done; say "It is now uploaded";`
#### 4. Announce the release on Slack