C/C++ Releaser¶
Detect¶
Detects a header file named version.h in either include/<library>/
or src/.
Bump¶
The releaser will update the values of the following #defines.
VERSION_MAJORVERSION_MINORVERSION_PATCH
For example:
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
Release¶
There is no release steps for this releaser.