feat: add git-cliff to generate changelogs

This should make the project a bit more "official" c:
This commit is contained in:
Jalil David Salamé Messina 2024-12-22 12:47:55 +01:00
parent bd8badac23
commit 2a52e66bc0
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 91 additions and 4 deletions

View file

@ -22,10 +22,11 @@
};
devShells.default = pkgs.mkShellNoCC {
packages = [
pkgs.cargo-insta
pkgs.cargo-udeps
pkgs.mold
packages = with pkgs; [
cargo-insta
cargo-udeps
mold
git-cliff
];
};
};

View file

@ -62,6 +62,7 @@
packages = {
inherit webnsupdate;
inherit (pkgs) git-cliff;
default = webnsupdate;
cargo-update = pkgs.writeShellApplication {
name = "cargo-update-lockfile";