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 cc7fefd commit df14ec7Copy full SHA for df14ec7
docs/contributing/how-to-release.md
@@ -74,8 +74,10 @@ Commit the changes and tag the release using your GPG key:
74
75
git tag -s -m 'Tag X.Y.Z release' vX.Y.Z
76
77
- Don't overwrite existing tags. For non-final releases use e.g. `X.Y.Z-rc1`
78
- instead of `X.Y.Z`.
+Don't overwrite existing tags. For non-final releases use e.g. `X.Y.Z-rc1`
+instead of `X.Y.Z`, but make sure to use just `vX.Y.Z` tag for the release
79
+when publishing it as the web site update script depends on being able to
80
+find the release with this tag.
81
82
## Creating Release On GitHub
83
0 commit comments