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 869fff5 commit 6d66489Copy full SHA for 6d66489
doc/releasing.md
@@ -34,7 +34,19 @@ Release candidate versions
34
less than 30 minutes (long before the artifacts become searchable on the
35
main Maven Central website).
36
37
- 7. Push to GitHub:
+ 7. Push to GitHub.
38
+
39
+ If the pre-release makes significant changes to the project README, such
40
+ that the README does not accurately reflect the latest non-pre-release
41
+ version, push the changes on a separate release branch:
42
43
+ ```
44
+ $ git checkout -b release-1.4.0
45
+ $ git push origin release-1.4.0 1.4.0-RC1
46
47
48
+ If the README still accurately reflects the latest non-pre-release version,
49
+ you can simply push to master instead:
50
51
```
52
$ git push origin master 1.4.0-RC1
0 commit comments