File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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
8368The following credentials are required for building or publishing (and automatically set in Github Actions):
You can’t perform that action at this time.
0 commit comments