mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-23 06:07:06 +00:00
Add a reminder to read the release process doc
This commit is contained in:
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user