From 6df2427dd82439b0b5d7f7068e1c7ab791401ca6 Mon Sep 17 00:00:00 2001 From: Roman <4833306+Filter94@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:46:27 +0100 Subject: [PATCH 1/2] Minor formatting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f1fd380..469e757b3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ releasing a new version of Maru! ⚠️ * fix = patch version update * MAJOR.MINOR.PATCH should be incremented manually. Changelog and conventional commits are aimed to help to make it easy * Tag the latest commit on main with the new version, like `git tag v2.0.1` or `v2.0.1-major-upgrade` -* Push tag to main with git push --tags +* Push tag to main with `git push --tags` * This will trigger a release draft with the distributive artifact created, and it will push a new docker image to Dockerhub. `--` suffix is added to the actual docker image and archive distribution like `v2.0.1-betav4-20251027155452-cd25bfd` From 295856353b2fee0a045b97f55e47b67a783b764f Mon Sep 17 00:00:00 2001 From: Roman <4833306+Filter94@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:48:01 +0100 Subject: [PATCH 2/2] Cleaning up the changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef174994d..f812eda03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,4 @@ ### Additions and Improvements -Introducing Maru release process - ### Bug Fixes