From c16f5ff28dd949dad0d705ff429a737af7ae8b05 Mon Sep 17 00:00:00 2001 From: release-plz-bot Date: Wed, 4 Mar 2026 16:52:04 +0100 Subject: [PATCH] chore: update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0587294..1028ac4 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ In this repo I define my public docker images for my own use. ## Public images + `jasterv/rust-ci`: Based on the official `rust` image but contains additional tools that I use on all my projects: `cargo clippy`, `cargo nextest`, `cargo deny`, `cargo make` ++ `jasterv/release-plz`: Based on `alpine`. Contains a compiled version of the `release-plz` binary to use in CI/CD of rust projects. ++ `jasterv/release-plz-update-pr`: Based on `jasterv/release-plz`. Runs `release-plz update` and automatically creates or updates a release PR with your latest changes.