[release-plz-update-pr] Update update-pr image

This commit is contained in:
release-plz-bot 2026-03-04 16:48:28 +01:00 committed by JasterV
parent 8630c3c7d9
commit 0148a2b6db
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
when:
event: [push, manual]
branch: main
path: ["release-plz/update-pr.Dockerfile"]
path: ["release-plz/update-pr.Dockerfile", "release-plz/update-pr.sh"]
steps:
publish:

View file

@ -23,7 +23,12 @@ fi
# --- 3. Run release-plz update ---
echo "--- Running release-plz update ---"
release-plz update
ls -R
pwd
release-plz update --verbose --manifest-path=./Cargo.toml
# Check if any files were changed (Cargo.toml, CHANGELOG.md, etc.)
if [ -z "$(git status --porcelain)" ]; then