Git.resolve Version Conflicts

Resolve rebase/merge conflicts in CDS release-versioning files — package.json "version" fields and CHANGELOG.md entries — that arise because packages were versioned independently on master and the current branch. Recomputes each package's version by applying the branch's bump type (patch/minor/major) on top of master's latest version, rewrites CHANGELOG entries with today's date and the new version, then continues the rebase and formats. Use when the user asks to "resolve a versioning conflict", "resolve a package.json conflict", "resolve a changelog conflict", or when you organically detect conflict markers in package.json / CHANGELOG.md files during a rebase or merge. When detected organically, ALWAYS ask the user for confirmation before running this flow.

coinbase e022d67 8.1 KB Updated

File contents

coinbase/cds/tree/main/.agents/skills/git.resolve-version-conflicts commit e022d67fcd

Frequently asked questions

npx skillmds@latest add coinbase/git-resolve-version-conflicts