From c7522ce544db03dfb6366ce1705fb828f6377ed9 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 1 Apr 2024 12:58:37 +0200 Subject: build(cog.toml): Also update files before every new release --- cog.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cog.toml') diff --git a/cog.toml b/cog.toml index 69a7f6d..6f04158 100644 --- a/cog.toml +++ b/cog.toml @@ -3,8 +3,9 @@ branch_whitelist = ["main", "prime"] ignore_merge_commits = false pre_bump_hooks = [ - "nix flake check", # verify the project builds - "nix fmt", # format + "./update_common_files.sh", # Ensure that ever template has the newest files + "nix flake check", # verify the project builds + "nix fmt", # format ] post_bump_hooks = [ "git push", -- cgit 1.4.1