Project: Fix fallback version (#767)

This commit is contained in:
Russell Hancox
2022-03-23 15:13:30 -04:00
committed by GitHub
parent 45f1822681
commit 4252475de0

4
BUILD
View File

@@ -10,13 +10,13 @@ exports_files(["LICENSE"])
# The version label for mac_* rules.
apple_bundle_version(
name = "version",
build_label_pattern = ".*\\.santa_{release}\\.{build}",
build_label_pattern = ".*santa_{release}\\.{build}",
build_version = "{release}.{build}",
capture_groups = {
"release": "\\d{4}\\.\\d+",
"build": "\\d+"
},
fallback_build_label = "1",
fallback_build_label = "santa_9999.1.1",
short_version_string = "{release}",
)