diff --git a/.github/ISSUE_TEMPLATE/openssl-release.md b/.github/ISSUE_TEMPLATE/openssl-release.md index 13da8b14381e..3c0629f4dd89 100644 --- a/.github/ISSUE_TEMPLATE/openssl-release.md +++ b/.github/ISSUE_TEMPLATE/openssl-release.md @@ -1,5 +1,6 @@ - [ ] Windows - - [ ] Run `build-openssl.sh` in the `pyca/infra` repository + - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/.github/workflows/build-openssl.yml#L36-L37) + - [ ] Wait for it to be merged - [ ] Wait for the Github Actions job to complete - [ ] macOS - [ ] Send a pull request to `homebrew` upgrading the `openssl@1.1` formula @@ -7,3 +8,4 @@ - [ ] manylinux - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux/install_openssl.sh#L5-L6) for `manylinux` - [ ] Wait for it to be merged + - [ ] Wait for the Github Actions job to complete