Skip to main content
- Add
casca-build-state.tar and mirror-release-probe.json to .gitignore. The SPDX linter walks the repo via the ignore crate which respects .gitignore semantics; without these entries the v1.5.3 preflight job tripped on two transient CI artifacts (the Phase 095 cross-job bootstrap tarball produced at workspace root and the curl response from the Pre-flight, Codeberg mirror Release API write path probe added during the v1.5.3 release cycle). Neither file is source; both are intentionally written at workspace root by .forgejo/workflows/release.yml and consumed within the same run. Gitignoring them restores lint-spdx: ok and unblocks the release pipeline.