From 1224191c255f290da6411f9cac14fe654cce9813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Mon, 22 Jun 2026 16:37:12 +0200 Subject: [PATCH] Improve release skills --- skills/check-release/SKILL.md | 2 +- skills/prepare-release/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/check-release/SKILL.md b/skills/check-release/SKILL.md index 8a4a5a5a..0c09aca2 100644 --- a/skills/check-release/SKILL.md +++ b/skills/check-release/SKILL.md @@ -64,7 +64,7 @@ Verify the installed version matches X.Y.Z: cd /tmp/test_torchjd_install && uv pip show torchjd ``` -If the version is wrong, report it and stop. +If the version is wrong, you may need to install with `--no-cache`. ### Step 7: Smoke-test the newly added classes diff --git a/skills/prepare-release/SKILL.md b/skills/prepare-release/SKILL.md index 788361d6..58a360e5 100644 --- a/skills/prepare-release/SKILL.md +++ b/skills/prepare-release/SKILL.md @@ -80,7 +80,7 @@ In `pyproject.toml`, update the `version` field under `[project]`: ### Step 7: Open the release PR -Stage changes, then open a pull request targeting `main`. +Checkout a new branch release-vX.Y.Z, stage changes, commit, then open a pull request targeting `main`. Return the PR URL when done. ### Step 8: Create a draft release on GitHub