build: add command to generate changelog
Alan Pearce alan@alanpearce.eu
Wed, 29 May 2024 12:01:55 +0200
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M justfile → justfile
@@ -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