Skip to content

Commit 60462b5

Browse files
committed
Add "Add @SInCE tags to JavaDoc" to release procedure
1 parent 1bccb67 commit 60462b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/releasing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Release candidate versions
1515
Gradle build script. Conversely, remove or downgrade to `implementation` any
1616
dependencies no longer exposed in the public API.
1717

18+
Add `@since` tags to the JavaDoc for new features.
19+
1820
3. Run the tests one more time:
1921

2022
```
@@ -105,6 +107,8 @@ Release versions
105107
Gradle build script. Conversely, remove or downgrade to `implementation` any
106108
dependencies no longer exposed in the public API.
107109
110+
Add `@since` tags to the JavaDoc for new features.
111+
108112
3. Make a no-fast-forward merge from the last (non release candidate) release
109113
to the commit to be released:
110114

0 commit comments

Comments
 (0)