Skip to content

fix: remove CLAUDE.md from .gitignore to fix release-plz CI#8

Merged
joshrotenberg merged 1 commit intomainfrom
fix/release-plz-claude-md
Aug 26, 2025
Merged

fix: remove CLAUDE.md from .gitignore to fix release-plz CI#8
joshrotenberg merged 1 commit intomainfrom
fix/release-plz-claude-md

Conversation

@joshrotenberg
Copy link
Copy Markdown
Collaborator

Problem

Release-plz CI was failing with:

the working directory of this project has uncommitted changes...CLAUDE.md

Root Cause

CLAUDE.md was both:

  1. Committed to the repository
  2. Listed in .gitignore

This confuses release-plz as it sees the file as having uncommitted changes.

Solution

Remove CLAUDE.md from .gitignore since we want it tracked in the repo.

Testing

After this change, release-plz should run successfully in CI.

CLAUDE.md is committed to the repo but was also in .gitignore,
causing release-plz to fail with uncommitted changes error
@joshrotenberg joshrotenberg merged commit dca6394 into main Aug 26, 2025
4 checks passed
@joshrotenberg joshrotenberg deleted the fix/release-plz-claude-md branch August 26, 2025 22:31
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