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 1bccb67 commit 60462b5Copy full SHA for 60462b5
doc/releasing.md
@@ -15,6 +15,8 @@ Release candidate versions
15
Gradle build script. Conversely, remove or downgrade to `implementation` any
16
dependencies no longer exposed in the public API.
17
18
+ Add `@since` tags to the JavaDoc for new features.
19
+
20
3. Run the tests one more time:
21
22
```
@@ -105,6 +107,8 @@ Release versions
105
107
106
108
109
110
111
112
3. Make a no-fast-forward merge from the last (non release candidate) release
113
to the commit to be released:
114
0 commit comments