release-plz fails with the working directory of this project has uncommitted changes. If these files are both committed and in .gitignore, either delete them or remove them from .gitignore.
47 files under zstd/fuzz/artifacts/{decode,fse,huff0,interop}/crash-* are tracked in the index AND match the zstd/fuzz/artifacts/** rule added to .gitignore in 4d98ff9b chore(gitignore): ignore claude session state, pycache, zstd fuzz corpus.
Fix: git rm --cached these files (keep on disk for local fuzzing, drop from index).
Logs: https://github.com/structured-world/structured-zstd/actions (release workflow on main).
release-plz fails with
the working directory of this project has uncommitted changes. If these files are both committed and in .gitignore, either delete them or remove them from .gitignore.47 files under
zstd/fuzz/artifacts/{decode,fse,huff0,interop}/crash-*are tracked in the index AND match thezstd/fuzz/artifacts/**rule added to.gitignorein4d98ff9b chore(gitignore): ignore claude session state, pycache, zstd fuzz corpus.Fix:
git rm --cachedthese files (keep on disk for local fuzzing, drop from index).Logs: https://github.com/structured-world/structured-zstd/actions (release workflow on main).