From 4a040b2c2c125f5ef69eff307c23f4ec870eeacd Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 13 Jan 2024 16:22:36 +0000 Subject: [PATCH] chore(cog.toml): enable generating changelog from latest tag and add tag prefix "v" for consistency --- cog.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cog.toml b/cog.toml index 560b060..8465e85 100644 --- a/cog.toml +++ b/cog.toml @@ -1,3 +1,4 @@ +from_latest_tag = true tag_prefix = "v" [changelog]