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

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
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