Skip to content

Commit e3c23f7

Browse files
author
aman
committed
Add release procedure to README
1 parent 8af3430 commit e3c23f7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,18 @@ uv run experiments/b_load_probands.py
8686
git checkout main
8787
git pull origin main
8888

89-
git tag | tail 1
89+
git tag | tail -1
9090

9191
git tag v2026.04.13.2
9292
git push --tags
9393
```
9494

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:
96+
97+
```bash
98+
gh release create v2026.04.13.2 --title "v2026.04.13.2" --notes "Release notes here"
99+
```
100+
95101
## License
96102

97103
See [LICENSE](LICENSE)

0 commit comments

Comments
 (0)