all repos — searchix @ 1b59c4dd9cd2303baa97dca1c5d85696f9945356

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

build: generate correct changelog for next version

Alan Pearce
commit

1b59c4dd9cd2303baa97dca1c5d85696f9945356

parent

ed909273a2b15cdf0b178f7d7f3abe7931adeaee

2 files changed, 4 insertions(+), 1 deletion(-)

jump to
M justfilejustfile
@@ -31,7 +31,9 @@ precommit:
nix-build -A pre-commit-check changelog: - convco changelog | prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md + convco changelog -u $(convco version --bump) | \ + sd -F HEAD $(convco version --print-prefix --bump) | \ + prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md dev: modd
M nix/dev-shell.nixnix/dev-shell.nix
@@ -11,6 +11,7 @@ mkShell {
packages = with pkgs; [ goEnv + sd templ modd brotli