fix(release): push release branch inside Nix #230
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/release-prepare-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
nix develop --commandso lefthook pre-push can findjustVerification
rtk git diff --check -- .forgejo/workflows/release-prepare.ymlnix develop --command just --versionjust cisuccessfullyThe PR modifies the release workflow to run the
git pushcommand within a Nix environment, ensuring that the lefthook pre-push can findjust. This change appears safe to merge, assuming the Nix environment is correctly configured.Walkthrough
git pushcommand is now executed within a Nix environment usingnix develop --command. This ensures that the lefthook pre-push can findjust, which is necessary for the release process.