We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ef5ee commit 1f49054Copy full SHA for 1f49054
duckdb_packaging/setuptools_scm_version.py
@@ -12,8 +12,8 @@
12
# Import from our own versioning module to avoid duplication
13
from ._versioning import parse_version, format_version
14
15
-# MAIN_BRANCH_VERSIONING default should be 'True' for main branch and feature branches
16
-MAIN_BRANCH_VERSIONING = True
+# MAIN_BRANCH_VERSIONING should be 'True' on main branch only
+MAIN_BRANCH_VERSIONING = False
17
18
SCM_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION_FOR_DUCKDB"
19
SCM_GLOBAL_PRETEND_ENV_VAR = "SETUPTOOLS_SCM_PRETEND_VERSION"
0 commit comments