Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 skills/check-release/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion skills/prepare-release/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading