Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

chore: release task

+3
+3
justfile
··· 27 27 sed -i 's/^version = ".*"/version = "{{ version }}"/' client/Cargo.toml 28 28 cargo generate-lockfile 29 29 30 + release: 31 + git tag -a v$(cat VERSION) 32 + 30 33 start: 31 34 iex -S mix phx.server 32 35