fix: support builds[].version metadata structure in update-gh #114
Reference in New Issue
Block a user
Delete Branch "worktree-fix+update-gh-builds-version"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
update-ghtool was readingmetadata['version']but all packages store version insidebuilds[].versionentriesbuilds[0].versionas current version when builds are presentbuilds[].versionandbuilds[].releaseentries when writing backTest plan
tools/update-gh --all --dry-runand verify packages with builds-style metadata are no longer warned as "no version in metadata"tools/update-gh --package <name>on a package with a known update and verify the builds entries are updated