diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6698533..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -## 0.1.1 (2024-06-25) - -### Fix - -- :bug: only parse flags if available - -## 0.1.0 (2024-06-25) - -### Feat - -- :sparkles: add dockerfile -- :sparkles: implement drone-gitea-release plugin with support for tag from latest git tag or version file and notes from settings or file - -### Fix - -- :bug: disable CGO to be used in alpine image diff --git a/cz.yaml b/cz.yaml index f5bad07..31a92cd 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.1.1 + version: 0.0.1 version_scheme: semver