Skip to content

Commit 02e496e

Browse files
committed
Update docs
1 parent baf8edd commit 02e496e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

RELEASING.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,6 @@ and deadlocks.
6363
contains documentation on autoconfiguration properties. If the release has updated or modified any
6464
properties, open and merge a pull request to update the documentation.
6565

66-
## Update release versions in documentations
67-
68-
After releasing is done, you need to first update the docs. This needs to happen after artifacts have propagated
69-
to Maven Central so should probably be done an hour or two after the release workflow finishes.
70-
71-
```
72-
./gradlew updateVersionInDocs -Prelease.version=x.y.z
73-
./gradlew japicmp -PapiBaseVersion=a.b.c -PapiNewVersion=x.y.z
74-
./gradlew --refresh-dependencies japicmp
75-
```
76-
77-
Where `x.y.z` is the version just released and `a.b.c` is the previous version.
78-
79-
Create a PR against the main branch with the changes.
80-
8166
## Credentials
8267

8368
The following credentials are required for building or publishing (and automatically set in Github Actions):

0 commit comments

Comments
 (0)