all repos — searchix @ aeb324d647e7fb702d755541e6c3292db10a76e0

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: add command to generate changelog
Alan Pearce alan@alanpearce.eu
Wed, 29 May 2024 12:01:55 +0200
commit

aeb324d647e7fb702d755541e6c3292db10a76e0

parent

73185e4633d4f56ce8acdd3cc19f78faaa78bd2b

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M justfilejustfile
@@ -30,6 +30,9 @@ precommit:
 	nix-build -A pre-commit-check
 
+changelog:
+	convco changelog | prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md
+
 dev:
 	watchexec --no-vcs-ignore --filter "**/*.go" --filter config.toml -r wgo run -exit ./cmd/searchix-web --live --config config.toml