You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Count commits from last version change for patch version
The previous commit that collects release notes from the previous
release tag introduced a bug that always sets the patch version to
0.
Compile releases for generic x86-64 architecture
Local builds still build, by default, using the native architecture for better
performance. Releases should better support more general build environments
like Github Actions that might end up using a different architecture than
the machine the release is built on.