all repos — searchix @ 0a2289ae1b3046be29d6dccb92dc871a2090fe7a

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

build: streamline release process

Alan Pearce
commit

0a2289ae1b3046be29d6dccb92dc871a2090fe7a

parent

7b8b638defa3cb4d18a79126f261115f971513c2

1 file changed, 5 insertions(+), 2 deletions(-)

jump to
M justfilejustfile
@@ -51,9 +51,12 @@ sd 'version = "[^"]+"' "version = \"$VER\"" nix/package.nix
sd 'h=v.+$' "h=v$VER" nix/modules/default.nix release: clean-workdir changelog update-nix-package-version + #!/bin/sh + VERSION=$(convco version --bump --print-prefix) git add CHANGELOG.md nix/package.nix nix/modules/default.nix - git commit -m "chore: release $(convco version --bump)" - git tag $(convco version --bump --print-prefix) + git commit -m "chore: release ${VERSION}" + git tag "${VERSION}" + git push origin main "${VERSION}" run: dev