Add Canary Release Channel

Nucleic-Session: 90CFCF35-D244-4EF0-92E7-DD9DAE62CBDF
Co-authored-by: Nucleic <[email protected]>
This commit is contained in:
2026-07-01 19:49:12 -07:00
co-authored by nucleic
parent 634f285170
commit 0a0ab0eff9
+4 -3
View File
@@ -13,9 +13,10 @@
# 'nucleic-notary') OR the NUCLEIC_ASC_* API-key env vars (see scripts/notarize.sh).
#
# Versioning: every release bumps the build number (CFBundleVersion) by 1 in ./VERSION, and
# bumps a semver component (CFBundleShortVersionString) — default minor, since we're pre-1.0.
# The new ./VERSION is committed on success (so versions/build numbers stay monotonic). Both the
# Makefile shortcut `make release-beta BUMP=major` and a direct `NUCLEIC_BUMP=build` work.
# bumps a semver component (CFBundleShortVersionString) — default minor (patch on the fast-moving
# canary channel), since we're pre-1.0. The new ./VERSION is committed on success (so versions/build
# numbers stay monotonic). Both the Makefile shortcut `make release-beta BUMP=major` and a direct
# `NUCLEIC_BUMP=build` work.
#
# Env:
# NUCLEIC_SIGN_ID signing identity (default: auto-detect Developer ID Application)