add checksum verification and signature step

This commit is contained in:
Christian Schwarz
2026-02-15 18:52:13 +00:00
parent 79118ada70
commit efdef1e8b3
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -112,6 +112,10 @@ The procedure to issue a release is as follows:
```
make download-circleci-release JOB_NUM=66079
```
* Verify checksums and sign the checksums file:
```
make verify-and-sign
```
* Create GitHub release and upload artifacts:
```bash
gh release create vX.Y.Z --title "vX.Y.Z" --notes "See changelog" --draft