From b01f342c77e72c3c3bdd6e4d4757f912f7960dc3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 13 Jul 2024 17:18:41 +0200 Subject: build: update nix package version number automatically --- justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 94b90ee..46c927a 100644 --- a/justfile +++ b/justfile @@ -38,8 +38,11 @@ changelog: sd -F HEAD $(convco version --print-prefix --bump) | \ prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md -release: clean-workdir changelog - git add CHANGELOG.md +update-nix-package-version: + sd 'version = "[^"]+"' "version = \"$(convco version --bump)\"" nix/package.nix + +release: clean-workdir changelog update-nix-package-version + git add CHANGELOG.md nix/package.nix git commit -m "chore: release $(convco version --bump)" git tag $(convco version --bump --print-prefix) -- cgit 1.4.1