Skip to content

Commit fb407d8

Browse files
authored
feat: server sdk 3.0 (#324)
Sets `release-as: 3.0.0` for the server-side SDK.
1 parent 59feac2 commit fb407d8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

libs/server-sdk/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
2121
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
2222
endif ()
2323

24-
#set(CMAKE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
25-
#set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_FILES})
26-
2724
# Needed to fetch external dependencies.
2825
include(FetchContent)
2926

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"tests/client_test.cpp",
1919
"CMakeLists.txt"
2020
],
21-
"prerelease": true,
22-
"bump-minor-pre-major": true
21+
"release-as": "3.0.0"
2322
},
2423
"libs/server-sdk-redis-source": {
2524
"extra-files": [

0 commit comments

Comments
 (0)