add claude command to create github draft release

This commit is contained in:
Christian Schwarz
2026-02-15 19:07:30 +00:00
parent efdef1e8b3
commit 5ea0a48224
2 changed files with 77 additions and 3 deletions
+3 -3
View File
@@ -118,10 +118,10 @@ The procedure to issue a release is as follows:
```
* Create GitHub release and upload artifacts:
```bash
gh release create vX.Y.Z --title "vX.Y.Z" --notes "See changelog" --draft
gh release upload vX.Y.Z artifacts/release/*
claude --permission-mode default '/draft-release v0.7.0'
gh release upload v0.7.0 artifacts/release/*
```
* Review the draft release, edit the changelog, then publish.
* Review the draft release on GitHub, then publish.
* Add the .rpm and .deb files to the official zrepl repos.
* Code for management of these repos: https://github.com/zrepl/package-repo-ops (private repo at this time)
* Update docs version list: