about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 12:01:55 +0200
committerAlan Pearce2024-05-29 12:01:55 +0200
commitaeb324d647e7fb702d755541e6c3292db10a76e0 (patch)
treeb2a6c78c4372acf30a20a97d2b6c0ee458af7d9d /justfile
parent73185e4633d4f56ce8acdd3cc19f78faaa78bd2b (diff)
downloadsearchix-aeb324d647e7fb702d755541e6c3292db10a76e0.tar.lz
searchix-aeb324d647e7fb702d755541e6c3292db10a76e0.tar.zst
searchix-aeb324d647e7fb702d755541e6c3292db10a76e0.zip
build: add command to generate changelog
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index 2e99e03..053578a 100644
--- a/justfile
+++ b/justfile
@@ -30,6 +30,9 @@ fix:
 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