Skip to content

Commit fc040c6

Browse files
committed
docs(RELEASE): clarify release dep examples stay at {VERSION} in step 3
Step 3 was explicit about bumping the README snapshot dependency example to {NEXT_VERSION}-SNAPSHOT but silent on the README release dependency examples, which should stay at the just-released {VERSION}. Make that implicit rule explicit.
1 parent 7b27f1b commit fc040c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ the release is published on Maven Central before proceeding.
2323
Bump **both** files on `main`:
2424
- `pom.xml` → `{NEXT_VERSION}-SNAPSHOT`
2525
- `README.md` snapshot dependency example → `{NEXT_VERSION}-SNAPSHOT`
26+
(the release dependency examples stay at the just-released `{VERSION}`)
2627
2728
Commit both changes together directly to `main`.
2829

0 commit comments

Comments
 (0)