Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
Open
Changes from 1 commit
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: 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