We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e91b8c commit a2424b7Copy full SHA for a2424b7
.github/workflows/documentation-upload.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Update release version
32
run: |
33
./mvnw versions:set -DgenerateBackupPoms=false -DnewVersion=$RELEASE_VERSION
34
- sed -i "s/version: 4.0.0-SNAPSHOT/version: 4.0.0-M1/" spring-shell-docs/antora.yml
+ sed -i "s/version: $PROJECT_VERSION/version: $RELEASE_VERSION/" spring-shell-docs/antora.yml
35
36
- name: Generate Java docs
37
run: ./mvnw --no-transfer-progress javadoc:aggregate
0 commit comments