From 2829bb8cb1c9c5c84ec2005b6c009f1d0811472e Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 28 May 2023 14:46:39 +0200 Subject: Build(cog): Rename NEWS to NEWS.md as it's markdown --- awk/cog.toml | 2 +- cog.toml | 2 +- rust/cog.toml | 2 +- shell/cog.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/awk/cog.toml b/awk/cog.toml index efcc887..316fb11 100644 --- a/awk/cog.toml +++ b/awk/cog.toml @@ -20,7 +20,7 @@ post_bump_hooks = [ [commit_types] [changelog] -path = "NEWS" +path = "NEWS.md" authors = [] [bump_profiles] diff --git a/cog.toml b/cog.toml index 8512df7..b9ccca7 100644 --- a/cog.toml +++ b/cog.toml @@ -19,7 +19,7 @@ post_bump_hooks = [ [commit_types] [changelog] -path = "NEWS" +path = "NEWS.md" authors = [] [bump_profiles] diff --git a/rust/cog.toml b/rust/cog.toml index 94374ad..2f2b2ce 100644 --- a/rust/cog.toml +++ b/rust/cog.toml @@ -21,7 +21,7 @@ post_bump_hooks = [ [commit_types] [changelog] -path = "NEWS" +path = "NEWS.md" authors = [] [bump_profiles] diff --git a/shell/cog.toml b/shell/cog.toml index efcc887..316fb11 100644 --- a/shell/cog.toml +++ b/shell/cog.toml @@ -20,7 +20,7 @@ post_bump_hooks = [ [commit_types] [changelog] -path = "NEWS" +path = "NEWS.md" authors = [] [bump_profiles] -- cgit 1.4.1