From b2a7b1916e2b69b54e623652ca3d5afa5176bb08 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 25 Jun 2024 13:30:22 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.2.1=20=E2=86=92=200.3.0=20[CI?= =?UTF-8?q?=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ cz.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48f569..7528c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.3.0 (2024-06-25) + +### Feat + +- :sparkles: add skip_if_no_notes_file setting + +## 0.2.3 (2024-06-25) + ## 0.2.1 (2024-06-25) ### Fix diff --git a/cz.yaml b/cz.yaml index 9b3a020..fbc4e37 100644 --- a/cz.yaml +++ b/cz.yaml @@ -5,5 +5,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.2.1 + version: 0.3.0 version_scheme: semver