22
33To release array-api-strict:
44
5- - Create a release branch and make a PR on GitHub.
5+ - [ ] Create a release branch and make a PR on GitHub.
66
7- - Update ` changelog.md ` with the changes for the release.
7+ - [ ] Update ` changelog.md ` with the changes for the release.
88
9- - Make sure the CI is passing on the release branch PR. Also double check that
9+ - [ ] Make sure the CI is passing on the release branch PR. Also double check that
1010 you have properly pulled ` main ` and merged it into the release branch so
1111 that the branch contains all the necessary changes for the release.
1212
13- - When you are ready to make the release, create a tag with the release number
13+ - [ ] When you are ready to make the release, create a tag with the release number
1414
1515 ```
1616 git tag -a 2.2 -m "array-api-strict 2.2"
@@ -30,8 +30,8 @@ To release array-api-strict:
3030 in the package metadata is all automatically computed from the tag, so it is
3131 not necessary to update the version anywhere else.
3232
33- - Once the release is published, you can merge the PR.
33+ - [ ] Once the release is published, you can merge the PR.
3434
35- - The conda-forge bot will automatically send a PR to the
35+ - [ ] The conda-forge bot will automatically send a PR to the
3636 [ array-api-strict-feedstock] ( https://github.com/conda-forge/array-api-strict-feedstock )
3737 updating the version, which you should merge.
0 commit comments