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
fix(version): mark untagged 1.0.0 as pre-release (1.0.0-rc)
pacs declared a released, stable v1.0.0 while no v1.0.0 git tag exists
(highest is v0.1.0). Keep project(VERSION 1.0.0) numeric and the exported
package version (SemVer compatibility for find_package consumers), but add
PACS_VERSION_STAGE="rc" so human-facing surfaces (build summary, README)
read 1.0.0-rc (untagged). Clear the stage marker in the same commit that
cuts the v1.0.0 git tag (#1095).
Closes#1190
0 commit comments