Skip to content

Commit

Permalink
ci: Ignore nightly tag for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
flagrama authored and LukeUsher committed Feb 7, 2025
1 parent 976b982 commit a592dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/common/versionconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(_ares_version 0)

if(NOT DEFINED ARES_VERSION_OVERRIDE AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
execute_process(
COMMAND git describe --always --tags --dirty=-modified
COMMAND git describe --always --tags --exclude=nightly --dirty=-modified
OUTPUT_VARIABLE ARES_VERSION
ERROR_VARIABLE _git_describe_err
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
Expand Down

0 comments on commit a592dc2

Please sign in to comment.