diff options
author | Alan Pearce | 2024-05-29 12:01:55 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 12:01:55 +0200 |
commit | aeb324d647e7fb702d755541e6c3292db10a76e0 (patch) | |
tree | b2a6c78c4372acf30a20a97d2b6c0ee458af7d9d | |
parent | 73185e4633d4f56ce8acdd3cc19f78faaa78bd2b (diff) | |
download | searchix-aeb324d647e7fb702d755541e6c3292db10a76e0.tar.lz searchix-aeb324d647e7fb702d755541e6c3292db10a76e0.tar.zst searchix-aeb324d647e7fb702d755541e6c3292db10a76e0.zip |
build: add command to generate changelog
-rw-r--r-- | justfile | 3 |
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 |