Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit bbfb787

Browse files
committed
build(cz): update config
1 parent 2fd1051 commit bbfb787

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cz.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
commitizen:
22
name: cz_conventional_commits
33
tag_format: $version
4+
version_files:
5+
- "CMakeLists.txt:VERSION"
46
version: 0.6.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if (POLICY CMP0048)
22
cmake_policy(SET CMP0048 NEW)
33
endif()
4-
project(clang-wrapper VERSION 0.5.0)
4+
project(clang-wrapper VERSION 0.6.0)
55
cmake_minimum_required(VERSION 3.24)
66

77
include(cmake/config.cmake)

0 commit comments

Comments
 (0)