-
Notifications
You must be signed in to change notification settings - Fork 0
Fix prepare-release.sh incorrect directory reference #25
Copy link
Copy link
Open
Labels
cleanupCode cleanup and dead code removalCode cleanup and dead code removal
Description
Description
scripts/prepare-release.sh references a directory called rust-port which appears to be a stale reference from before the project was renamed to chaincraft-rust.
Proposed Changes
- Audit
prepare-release.shfor stale references - Update paths to match the current repository structure
- Consider using
$CARGO_MANIFEST_DIRor relative paths for robustness
Impact
Ensures the release preparation script works correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanupCode cleanup and dead code removalCode cleanup and dead code removal