diff options
author | Soispha <soispha@vhack.eu> | 2023-05-28 14:46:39 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-28 14:46:39 +0200 |
commit | 2829bb8cb1c9c5c84ec2005b6c009f1d0811472e (patch) | |
tree | d97c1ae410d068ff9d1a4539c11b0c360af3a6c4 /rust | |
parent | Build(treewide): Add necessary files (diff) | |
download | flake-templates-2829bb8cb1c9c5c84ec2005b6c009f1d0811472e.tar.gz flake-templates-2829bb8cb1c9c5c84ec2005b6c009f1d0811472e.zip |
Build(cog): Rename NEWS to NEWS.md as it's markdown
Diffstat (limited to 'rust')
-rw-r--r-- | rust/cog.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |