2
2
3
3
To release array-api-strict:
4
4
5
- - Create a release branch and make a PR on GitHub.
5
+ - [ ] Create a release branch and make a PR on GitHub.
6
6
7
- - Update ` changelog.md ` with the changes for the release.
7
+ - [ ] Update ` changelog.md ` with the changes for the release.
8
8
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
10
10
you have properly pulled ` main ` and merged it into the release branch so
11
11
that the branch contains all the necessary changes for the release.
12
12
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
14
14
15
15
```
16
16
git tag -a 2.2 -m "array-api-strict 2.2"
@@ -30,8 +30,8 @@ To release array-api-strict:
30
30
in the package metadata is all automatically computed from the tag, so it is
31
31
not necessary to update the version anywhere else.
32
32
33
- - Once the release is published, you can merge the PR.
33
+ - [ ] Once the release is published, you can merge the PR.
34
34
35
- - The conda-forge bot will automatically send a PR to the
35
+ - [ ] The conda-forge bot will automatically send a PR to the
36
36
[ array-api-strict-feedstock] ( https://github.com/conda-forge/array-api-strict-feedstock )
37
37
updating the version, which you should merge.
0 commit comments