Skip to content

Commit a592dc2

Browse files
flagramaLukeUsher
authored andcommitted
ci: Ignore nightly tag for versioning
1 parent 976b982 commit a592dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/common/versionconfig.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(_ares_version 0)
44

55
if(NOT DEFINED ARES_VERSION_OVERRIDE AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
66
execute_process(
7-
COMMAND git describe --always --tags --dirty=-modified
7+
COMMAND git describe --always --tags --exclude=nightly --dirty=-modified
88
OUTPUT_VARIABLE ARES_VERSION
99
ERROR_VARIABLE _git_describe_err
1010
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"

0 commit comments

Comments
 (0)