all repos — searchix @ 6e61903c1e3c3d37576e87274825b1c99fcf6a49

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

build: add command to cut a release

Alan Pearce
commit

6e61903c1e3c3d37576e87274825b1c99fcf6a49

parent

1b59c4dd9cd2303baa97dca1c5d85696f9945356

1 file changed, 8 insertions(+), 0 deletions(-)

jump to
M justfilejustfile
@@ -30,10 +30,18 @@
precommit: nix-build -A pre-commit-check +clean-workdir: + git diff --no-ext-diff --quiet + changelog: convco changelog -u $(convco version --bump) | \ sd -F HEAD $(convco version --print-prefix --bump) | \ prettier --stdin-filepath CHANGELOG.md > CHANGELOG.md + +release: clean-workdir changelog + git add CHANGELOG.md + git commit -m "chore: release $(convco version --bump)" + git tag $(convco version --bump --print-prefix) dev: modd