diff --git a/VERSION b/VERSION
index b74156e1bc703d887903a070299e06aced75a58a..5a2a5806df6e909afe3609b5706cb1012913ca0e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6-rc
+0.6
diff --git a/doc/contrib/release.rst b/doc/contrib/release.rst
index 5a8eee37505b42cdfc2eb98f2b665de2cf5c1909..e787c69fb39771ddb127574c2c79e02dca462f3b 100644
--- a/doc/contrib/release.rst
+++ b/doc/contrib/release.rst
@@ -37,6 +37,7 @@ Update tags/versions and test
 1. Create new temp-branch ending in ``-rc``. E.g. ``v0.6-rc``
 2. Bump the ``VERSION`` file:
    https://github.com/arbor-sim/arbor/blob/master/VERSION
+   Don't append ``-rc`` here, but if you do, remove it before releasing.
 3. Run all tests.
    - ``ciwheel.yml`` triggers when you push a branch called ``v*rc``, ON YOUR OWN REPO (so check ``github.com/$yourname/arbor/actions``). Make sure the tests pass.
    - This should catch many problems. For a manual check:
@@ -63,6 +64,7 @@ Release
 -------
 
 0. Make sure ``ciwheel.yml`` passes tests, produced working wheels, and nobody reported problems testing the RC.
+   Make sure ``VERSION`` does not end with ``-rc`` or ``-dev``
 1. Tag and release: https://github.com/arbor-sim/arbor/releases
 
    -  on cmdline: git tag -a TAGNAME