You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,18 @@ uv run experiments/b_load_probands.py
86
86
git checkout main
87
87
git pull origin main
88
88
89
-
git tag | tail 1
89
+
git tag | tail -1
90
90
91
91
git tag v2026.04.13.2
92
92
git push --tags
93
93
```
94
94
95
+
- Create a new GitHub release based on that tag, baptize the release identical to the tag and add release notes. You can use the web frontend or the GitHub CLI:
0 commit comments