We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62e70d3 + 5ab12b8 commit e904638Copy full SHA for e904638
mk/main.mk
@@ -32,7 +32,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)
32
CFG_DISABLE_UNSTABLE_FEATURES=1
33
endif
34
ifeq ($(CFG_RELEASE_CHANNEL),beta)
35
-CFG_RELEASE=$(CFG_RELEASE_NUM)-beta
+CFG_RELEASE=$(CFG_RELEASE_NUM)-beta$(CFG_PRERELEASE_VERSION)
36
# When building beta distributables just reuse the same "beta" name
37
# so when we upload we'll always override the previous beta. This
38
# doesn't actually impact the version reported by rustc - it's just
0 commit comments