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
Releases are built by the same task package command used locally and
published with the GitHub CLI, taking their notes from this file. They are no
longer marked as drafts or prereleases, and the runner image is pinned so a
release cannot silently change Xcode versions.
The README points at this fork's releases rather than upstream's, and
describes the count badge that replaced the colored icon.
Fixed
The version stamp looked for .git/shallow relative to the build's working
directory rather than the project, so a shallow clone could pass for a full
one and stamp a build number lower than the previous release's. It now asks
git directly.