From d4dff920790b96db87c9b373d42df046d899cc30 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 01:25:44 +0200 Subject: feat(treewide): Use new `%INIT_` variables --- templates/shell/cog.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/shell/cog.toml') diff --git a/templates/shell/cog.toml b/templates/shell/cog.toml index ff2c110..ccca764 100644 --- a/templates/shell/cog.toml +++ b/templates/shell/cog.toml @@ -18,7 +18,7 @@ post_bump_hooks = [ [changelog] path = "NEWS.md" template = "remote" -remote = "TODO" -repository = "TODO" -owner = "TODO" -authors = [{ signature = "Benedikt Peetz", username = "bpeetz" }] +remote = "%INIT_REMOTE" +repository = "%INIT_REPOSITORY" +owner = "%INIT_OWNER" +authors = [{ signature = "%INIT_AUTHOR_NAME", username = "%INIT_OWNER" }] -- cgit 1.4.1