Skip to content

Commit 89b1782

Browse files
authored
chore: Improve release skills (#754)
1 parent f9122a3 commit 89b1782

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

skills/check-release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Verify the installed version matches X.Y.Z:
6464
cd /tmp/test_torchjd_install && uv pip show torchjd
6565
```
6666

67-
If the version is wrong, report it and stop.
67+
If the version is wrong, you may need to install with `--no-cache`.
6868

6969
### Step 7: Smoke-test the newly added classes
7070

skills/prepare-release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ In `pyproject.toml`, update the `version` field under `[project]`:
8080

8181
### Step 7: Open the release PR
8282

83-
Stage changes, then open a pull request targeting `main`.
83+
Checkout a new branch release-vX.Y.Z, stage changes, commit, then open a pull request targeting `main`.
8484
Return the PR URL when done.
8585

8686
### Step 8: Create a draft release on GitHub

0 commit comments

Comments
 (0)