chore: add LICENSE

This commit is contained in:
technofab 2025-12-31 21:51:06 +01:00
parent 5c8712f48c
commit bd4267e059
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
2 changed files with 23 additions and 6 deletions

View file

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