Skip to content

Commit

Permalink
nixpkgs pr notes
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Oct 22, 2024
1 parent 9fc9e67 commit fb5e9bf
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,18 @@
** Publish to crates.io with cargo publish
** Publish GitHub release with notes
*** GitHub binaries published automatically with actions
** Publish in nixpkgs when bot makes pull request
** Publish in nixpkgs
*** Check out master branch of nixpkgs fork
*** git fetch upstream
*** git rebase upstream/master
*** git push --force-with-lease origin master
*** git switch --create update-tex-fmt upstream/master
*** nvim pkgs/by-name/te/tex-fmt/package.nix
*** Update version and invalidate src.hash and cargoHash
*** nix-build -A tex-fmt
*** Fix hashes and repeat until successful build
*** git switch --create update-tex-fmt upstream/master
*** git commit -m "tex-fmt: X.X.X -> Y.Y.Y"
*** git push --set-upstream origin HEAD
*** Click the link to create a pull request
*** Submit pull request and check relevant boxes

0 comments on commit fb5e9bf

Please sign in to comment.