Skip to content

Commit 1f49054

Browse files
author
Evert
committed
Set MAIN_BRANCH_VERSIONING to False for the bugfix branch
1 parent 14ef5ee commit 1f49054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

duckdb_packaging/setuptools_scm_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Import from our own versioning module to avoid duplication
1313
from ._versioning import parse_version, format_version
1414

15-
# MAIN_BRANCH_VERSIONING default should be 'True' for main branch and feature branches
16-
MAIN_BRANCH_VERSIONING = True
15+
# MAIN_BRANCH_VERSIONING should be 'True' on main branch only
16+
MAIN_BRANCH_VERSIONING = False
1717

1818
SCM_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DUCKDB"
1919
SCM_GLOBAL_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION"

0 commit comments

Comments
 (0)