fix: allow release publish dry-run before commit #146

Merged
barrettruth merged 1 commit from ci/fix-release-dry-run-publish into main 2026-05-02 01:45:44 +00:00
Owner

Summary

  • use cargo publish --dry-run --locked --allow-dirty in the release script
  • fixes the pre-commit dry-run path where release metadata is staged but not committed yet

Verification

  • bash -n scripts/release.sh
  • git diff --check
  • just release 0.2.3 --dry-run exposed this issue and cleaned up local changes
## Summary - use `cargo publish --dry-run --locked --allow-dirty` in the release script - fixes the pre-commit dry-run path where release metadata is staged but not committed yet ## Verification - bash -n scripts/release.sh - git diff --check - `just release 0.2.3 --dry-run` exposed this issue and cleaned up local changes
fix: allow release publish dry-run before commit
All checks were successful
quality / Format (pull_request) Successful in 15s
quality / Test (pull_request) Successful in 44s
quality / Lint (pull_request) Successful in 1m13s
6daca43c17
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/vimdoc-language-server!146
No description provided.