We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c47ebb commit 01c93a5Copy full SHA for 01c93a5
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