diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/openssl-release.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/openssl-release.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/openssl-release.md b/.github/ISSUE_TEMPLATE/openssl-release.md new file mode 100644 index 00000000..33695372 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/openssl-release.md @@ -0,0 +1,7 @@ +- [ ] Windows, macOS, `manylinux` + - [ ] Send a pull request to `pyca/infra` updating the [version and hash](https://github.com/pyca/infra/blob/master/cryptography-manylinux/openssl-version.sh) + - [ ] Wait for it to be merged + - [ ] Wait for the Github Actions job to complete +- [ ] Changelog entry +- [ ] Release +- [ ] Forward port changelog entry (if releasing from release branch)
\ No newline at end of file |
