From c43b123183ba5904a502a93cd9dcf8203f90a2ef Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 21 Sep 2026 19:27:17 -0400 Subject: [PATCH] Add a reminder to read the release process doc --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d57bd08..91871dfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,8 @@ else() elseif(NOT CMAKE_MATCH_0 STREQUAL "v${PROJECT_VERSION}") message(SEND_ERROR "\ Version mismatch! Git says ${CMAKE_MATCH_0}, - version.hpp says v${PROJECT_VERSION}") + version.hpp says v${PROJECT_VERSION} +Did you forget to consult `RELEASE.md`?") endif() endif() endif()