feat: add git-cliff to generate changelogs
This should make the project a bit more "official" c:
This commit is contained in:
parent
bd8badac23
commit
2a52e66bc0
3 changed files with 91 additions and 4 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
|
||||
packages = {
|
||||
inherit webnsupdate;
|
||||
inherit (pkgs) git-cliff;
|
||||
default = webnsupdate;
|
||||
cargo-update = pkgs.writeShellApplication {
|
||||
name = "cargo-update-lockfile";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue