Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: tweak release-push recipe

+1
+1
justfile
··· 89 89 release-push: 90 90 git tag -a -m v$(cat VERSION) v$(cat VERSION) 91 91 git push --tags 92 + jj bookmark move main --to @- 92 93 jj git push 93 94 just release 94 95