Skip to content

Commit d8d781a

Browse files
authored
chore: auto update cmake project version with release-please (#149)
Have release-please update the cmake project version. Otherwise, we'll probably forget to, as we have so far.
1 parent 4800fee commit d8d781a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libs/client-sdk/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
66

77
project(
88
LaunchDarklyCPPClient
9-
VERSION 0.1
9+
VERSION 3.0.1 # {x-release-please-version}
1010
DESCRIPTION "LaunchDarkly C++ Client SDK"
1111
LANGUAGES CXX C
1212
)

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"extra-files": [
88
"include/launchdarkly/client_side/client.hpp",
99
"tests/client_c_bindings_test.cpp",
10-
"tests/client_test.cpp"
10+
"tests/client_test.cpp",
11+
"CMakeLists.txt"
1112
]
1213
},
1314
"libs/server-sent-events": {

0 commit comments

Comments
 (0)