From 9eb7f3019f4bf4ccdb9076a6cceae90bc78f5c13 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 8 Nov 2024 03:32:43 -0700 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ app/VERSION | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef424bc..b881a39bc53 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..852f84721a3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-11-08) + + +### Features + +* **ci:** Add release-please automation with VERSION ([#28](https://github.com/petejohanson/zmk/issues/28)) ([76a65b2](https://github.com/petejohanson/zmk/commit/76a65b260244979a8b098a3dad0448fda9761766)) diff --git a/app/VERSION b/app/VERSION index bce9f90bd5a..c63a64616fd 100644 --- a/app/VERSION +++ b/app/VERSION @@ -3,11 +3,11 @@ VERSION_MAJOR = 0 # x-release-please-end # x-release-please-start-minor -VERSION_MINOR = 0 +VERSION_MINOR = 1 # x-release-please-end # x-release-please-start-patch -PATCHLEVEL = 1 +PATCHLEVEL = 0 # x-release-please-end VERSION_TWEAK = 0 \ No newline at end of file