about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 67a7d0b..de45c98 100644
--- a/justfile
+++ b/justfile
@@ -48,7 +48,7 @@ update-nix-package-version:
 	sd 'h=v.+$' "h=v$VER" nix/modules/default.nix
 
 release: clean-workdir changelog update-nix-package-version
-	git add CHANGELOG.md nix/package.nix
+	git add CHANGELOG.md nix/package.nix nix/modules/default.nix
 	git commit -m "chore: release $(convco version --bump)"
 	git tag $(convco version --bump --print-prefix)