Skip to content

Commit

Permalink
Update the how to release java docs
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jan 21, 2025
1 parent d6cd88c commit 556321b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/internal/release/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ You will need administrator privileges on the vitess repository to be able to ma

```bash
cd ./java/
mvn clean deploy -P release -DskipTests
# For <= v21.0, we must use -DskipTests in the mvn command below
mvn clean deploy -P release
cd ..
```

Expand Down

0 comments on commit 556321b

Please sign in to comment.