summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2020-06-23 02:16:57 +0200
committerMarge Bot <eric+marge@anholt.net>2020-07-22 21:51:24 +0000
commitf5353e01f95fbc5bdbd770c4f9f1ea6cedc89e17 (patch)
tree921db0558e9098c3e894e57047a4b1a8cbd86c2b /docs
parent24e118f6957893d8f83b7d733fb2440cdbf99b4f (diff)
post_version.py: drop incorrect conf.py changes
This needs to be done in the mesa3d.org repo; see https://gitlab.freedesktop.org/mesa/mesa3d.org/-/merge_requests/19 Signed-off-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5928>
Diffstat (limited to 'docs')
-rw-r--r--docs/releasing.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/releasing.rst b/docs/releasing.rst
index 44ef53321b4..b7a4af3be15 100644
--- a/docs/releasing.rst
+++ b/docs/releasing.rst
@@ -314,10 +314,10 @@ Then run the
./bin/post_version.py X.Y.Z
-, where X.Y.Z is the version you just made. This will updated
-docs/relnotes.rst, docs/index.rst, and docs/release-calendar.rst. It
-will then generate a git commit automatically. Check that everything
-looks correct and push:
+, where X.Y.Z is the version you just made. This will update
+docs/relnotes.rst and docs/release-calendar.rst. It will then generate
+a git commit automatically. Check that everything looks correct and
+push:
::