Skip to content

fix(ci): commit package-lock.json changes and push bump directly to main#33

Merged
crisanlucid merged 1 commit into
mainfrom
fix/bump-version-lockfile
May 11, 2026
Merged

fix(ci): commit package-lock.json changes and push bump directly to main#33
crisanlucid merged 1 commit into
mainfrom
fix/bump-version-lockfile

Conversation

@crisanlucid

Copy link
Copy Markdown
Owner

Replace git restore . (which silently discarded lockfile updates) with a step that commits package-lock.json if npm ci modified it, keeping the lockfile in sync. Push the version bump commit directly to main instead of opening a PR, removing the unnecessary chore/bump-vX.Y.Z branch flow.

Replace `git restore .` (which silently discarded lockfile updates) with
a step that commits package-lock.json if npm ci modified it, keeping the
lockfile in sync. Push the version bump commit directly to main instead
of opening a PR, removing the unnecessary chore/bump-vX.Y.Z branch flow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@crisanlucid crisanlucid merged commit 031d34c into main May 11, 2026
3 checks passed
@crisanlucid crisanlucid deleted the fix/bump-version-lockfile branch May 11, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant