fix(release): push release branch inside Nix #230

Merged
jwilger merged 1 commit from fix/release-prepare-ci into main 2026-05-16 22:54:34 -07:00
Owner

Summary

  • run the release-prepare branch push through nix develop --command so lefthook pre-push can find just

Verification

  • rtk git diff --check -- .forgejo/workflows/release-prepare.yml
  • nix develop --command just --version
  • pre-push hook during branch push ran just ci successfully
## Summary - run the release-prepare branch push through `nix develop --command` so lefthook pre-push can find `just` ## Verification - `rtk git diff --check -- .forgejo/workflows/release-prepare.yml` - `nix develop --command just --version` - pre-push hook during branch push ran `just ci` successfully
fix(release): push release branch inside Nix
All checks were successful
CI / Format check (pull_request) Successful in 6s
CI / Clippy (pull_request) Successful in 41s
CI / Dependency policy (pull_request) Successful in 11s
CI / Test (pull_request) Successful in 53s
CI / Build (pull_request) Successful in 33s
CI / Build PR artifacts (no token) (pull_request) Successful in 2s
CI / Publish PR artifact packages (pull_request) Successful in 2s
CI / Request auto_review semantic review (pull_request) Successful in 1s
auto_review auto_review: no findings
5d42295635
auto-review left a comment

The PR modifies the release workflow to run the git push command within a Nix environment, ensuring that the lefthook pre-push can find just. This change appears safe to merge, assuming the Nix environment is correctly configured.

Walkthrough

  • .forgejo/workflows/release-prepare.yml:
    • The git push command is now executed within a Nix environment using nix develop --command. This ensures that the lefthook pre-push can find just, which is necessary for the release process.
The PR modifies the release workflow to run the `git push` command within a Nix environment, ensuring that the lefthook pre-push can find `just`. This change appears safe to merge, assuming the Nix environment is correctly configured. ## Walkthrough - **.forgejo/workflows/release-prepare.yml**: - The `git push` command is now executed within a Nix environment using `nix develop --command`. This ensures that the lefthook pre-push can find `just`, which is necessary for the release process.
jwilger deleted branch fix/release-prepare-ci 2026-05-16 22:54:34 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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
Slipstream/auto_review!230
No description provided.