- Adds support for numeric canary versions ie. `3.28.0-canary.0`, subsequent prereleases will increment accordingly (like Next.js) - _Our old way of doing canary releases_ is still available but will now be tagged as `internal` ex. `3.28.0-internal.shorthash` - Releases are triggered via workflow dispatch in Actions. Triggers off of main will be released as `canary`, all others will be `internal`.