From 0afb6cd53cf352eb4b14fdde4cea2300c20006af Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Sun, 5 Nov 2023 12:54:15 -0500 Subject: [PATCH] Reminder to update the Dockerfile version for a release (#1219) --- RELEASE.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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``.