diff --git a/RELEASE.rst b/RELEASE.rst index 2246e69e..20cc590a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -6,7 +6,8 @@ GitHub. 1. Update, commit, and push `include/version.h `__ with values for ``PACKAGE_VERSION_MAJOR``, ``PACKAGE_VERSION_MINOR``, - ``PACKAGE_VERSION_PATCH``, and ``PACKAGE_VERSION_RC``. Only define + ``PACKAGE_VERSION_PATCH``, and ``PACKAGE_VERSION_RC``, as well as + `Dockerfile `__ with a value for ``ARG version``. Only define ``PACKAGE_VERSION_RC`` if you are publishing a release candidate! You can use ``git commit -m "Release "`` and ``git push origin master``.