Updated docs
This commit is contained in:
11
README.adoc
11
README.adoc
@@ -23,6 +23,17 @@ image::https://codecov.io/gh/{org}/{repo}/branch/{branch}/graph/badge.svg["codec
|
||||
Spring Cloud projects reuse the same pattern of building and deploying the applications. That's
|
||||
why this tool makes it easy to automate the release / dependency update process of our applications.
|
||||
|
||||
=== What does it do?
|
||||
|
||||
- Clones the Spring Cloud Release project and picks all versions (Boot + Cloud projects)
|
||||
- Modifies the project versions with values from SC-Release
|
||||
- Performs the build and checks if the `docs` modules have properly created the documentation (no `unresolved` tags are present)
|
||||
- Commits changed poms (ONLY FOR NON-SNAPSHOT VERSIONS)
|
||||
- Creates a tag for the release / milestone (ONLY FOR NON-SNAPSHOT VERSIONS)
|
||||
- Runs the deployment of the artifacts
|
||||
- Publishes the docs (to `spring-cloud-static` for non-snapshots, to `gh-pages` for snapshots)
|
||||
- Reverts back to snapshots, bumps the version by a patch (`1.0.1.RELEASE` -> `1.0.2.BUILD-SNAPSHOT`) (ONLY FOR NON-SNAPSHOT VERSIONS)
|
||||
|
||||
=== How to run it
|
||||
|
||||
Currently we only support running the Releaser to update the poms from Java
|
||||
|
||||
@@ -13,6 +13,17 @@
|
||||
Spring Cloud projects reuse the same pattern of building and deploying the applications. That's
|
||||
why this tool makes it easy to automate the release / dependency update process of our applications.
|
||||
|
||||
=== What does it do?
|
||||
|
||||
- Clones the Spring Cloud Release project and picks all versions (Boot + Cloud projects)
|
||||
- Modifies the project versions with values from SC-Release
|
||||
- Performs the build and checks if the `docs` modules have properly created the documentation (no `unresolved` tags are present)
|
||||
- Commits changed poms (ONLY FOR NON-SNAPSHOT VERSIONS)
|
||||
- Creates a tag for the release / milestone (ONLY FOR NON-SNAPSHOT VERSIONS)
|
||||
- Runs the deployment of the artifacts
|
||||
- Publishes the docs (to `spring-cloud-static` for non-snapshots, to `gh-pages` for snapshots)
|
||||
- Reverts back to snapshots, bumps the version by a patch (`1.0.1.RELEASE` -> `1.0.2.BUILD-SNAPSHOT`) (ONLY FOR NON-SNAPSHOT VERSIONS)
|
||||
|
||||
=== How to run it
|
||||
|
||||
Currently we only support running the Releaser to update the poms from Java
|
||||
|
||||
Reference in New Issue
Block a user