Skip to content

fix(release): untrack fuzz crash artifacts that are also gitignored #147

@polaz

Description

@polaz

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions