Compare commits

..
5 Commits
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
name = "cz_conventional_commits" name = "cz_conventional_commits"
tag_format = "v$version" tag_format = "v$version"
version_scheme = "semver" version_scheme = "semver"
version = "0.5.2" version = "0.5.4"
update_changelog_on_bump = true update_changelog_on_bump = true
major_version_zero = true major_version_zero = true
-2
View File
@@ -137,5 +137,3 @@ announce:
telegram: telegram:
enabled: true enabled: true
chat_id: -1002222617755 chat_id: -1002222617755
message_template: "__*New Sonr Release*__ *{{.Tag}}* is out"
parse_mode: MarkdownV2
+8
View File
@@ -1,3 +1,11 @@
## v0.5.4 (2024-10-02)
## v0.5.3 (2024-10-02)
### Fix
- remove unnecessary telegram message template
## v0.5.2 (2024-10-02) ## v0.5.2 (2024-10-02)
### Feat ### Feat