diff --git a/nix/repo/devShells.nix b/nix/repo/devShells.nix index da44426..830dff5 100644 --- a/nix/repo/devShells.nix +++ b/nix/repo/devShells.nix @@ -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"; + }; + }; }; }