chore(devShell): add cocogitto

This commit is contained in:
technofab 2025-12-31 18:33:26 +01:00
parent dcb87e8c3e
commit 1ac485e442
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ

View file

@ -42,5 +42,22 @@ in {
]; ];
}; };
}; };
cocogitto.config = {
tag_prefix = "v";
ignore_merge_commits = true;
changelog = {
authors = [
{
username = "TECHNOFAB";
signature = "technofab";
}
];
path = "CHANGELOG.md";
template = "remote";
remote = "gitlab.com";
repository = "nixible";
owner = "TECHNOFAB";
};
};
}; };
} }