From aa8b96b0b9f09eb59720e1444fbbef5fcb24b8a4 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Tue, 25 Jun 2024 12:26:29 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.0.1=20=E2=86=92=200.1.0=20[CI?= =?UTF-8?q?=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ cz.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d3d5ead --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## 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 31a92cd..a6e9e7e 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.0.1 + version: 0.1.0 version_scheme: semver