Skip to content

Commit

Permalink
feat: server sdk 3.0 (#324)
Browse files Browse the repository at this point in the history
Sets `release-as: 3.0.0` for the server-side SDK.
  • Loading branch information
cwaldren-ld authored Dec 4, 2023
1 parent 59feac2 commit fb407d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions libs/server-sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
endif ()

#set(CMAKE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
#set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_FILES})

# Needed to fetch external dependencies.
include(FetchContent)

Expand Down
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"tests/client_test.cpp",
"CMakeLists.txt"
],
"prerelease": true,
"bump-minor-pre-major": true
"release-as": "3.0.0"
},
"libs/server-sdk-redis-source": {
"extra-files": [
Expand Down

0 comments on commit fb407d8

Please sign in to comment.