commitizen: add passthru.updateScript
This commit is contained in:
parent
d7266ab6d6
commit
f51e59f234
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
, tomlkit
|
||||
, typing-extensions
|
||||
, argcomplete
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
|
@ -80,6 +81,10 @@ buildPythonApplication rec {
|
|||
"test_get_commits_with_signature"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool to create committing rules for projects, auto bump versions, and generate changelogs";
|
||||
homepage = "https://github.com/commitizen-tools/commitizen";
|
||||
|
|
Loading…
Reference in a new issue