Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@

### Additions and Improvements

Introducing Maru release process

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Content removal mislabeled as formatting fix

Low Severity

The PR title states "Minor formatting fix" but the change to CHANGELOG.md removes the entry "Introducing Maru release process" from the "Additions and Improvements" section. This appears to be either accidental content deletion or a mislabeled PR. The only actual formatting fix is the backticks added around git push --tags in README.md.

Fix in Cursor Fix in Web


### Bug Fixes
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. `-<date>-<commit-hash>` suffix is added to the actual docker image and archive distribution like
`v2.0.1-betav4-20251027155452-cd25bfd`
Expand Down
Loading