Skip to content

Commit 68af9d9

Browse files
authored
Add a few instructions to release template (#1137)
1 parent 3c58493 commit 68af9d9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/ISSUE_TEMPLATE/4-release_tracker.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ e.g. major/minor/patch, deadlines, blocking issues, breaking changes, folks to n
3535
- [ ] tag in github
3636
- [ ] confirm on [pypi](https://pypi.org/manage/project/hats/releases/)
3737

38+
*At this point, you may want to skip down to do the hats conda release first, then return here and do the rest--the conda-forge release process can take a little while once triggered.*
39+
3840
### lsdb
3941

4042
- [ ] update pinned versions (e.g. hats and nested) (or confirm no updates to pins)
@@ -49,25 +51,28 @@ e.g. major/minor/patch, deadlines, blocking issues, breaking changes, folks to n
4951

5052
## conda-forge steps
5153

54+
*Note: if the CI of any of the below steps fails due to a hash mismatch, you need to regenerate the hash used in the `recipe/meta.yaml`. Get the new hash by running `curl -L https://github.com/<org>/<repo>/archive/refs/tags/<tag>.tar.gz | shasum -a 256`, where the url is your desired release's .tar.gz (found in the repo's releases page).*
55+
5256
### hats
5357

5458
- [ ] request new conda-forge version (open [bot command issue](https://github.com/conda-forge/hats-feedstock/issues/)
5559
with title `@conda-forge-admin, please update version`)
60+
- [ ] edit the `recipe/meta.yaml` in the auto-generated PR to match any dependency changes that have been made to the `pyproject.toml` in this release
5661
- [ ] approve conda-forge PR
5762
- [ ] confirm on [conda-forge](https://anaconda.org/conda-forge/hats)
5863

5964
### lsdb
6065

6166
- [ ] request new conda-forge version (open [bot command issue](https://github.com/conda-forge/lsdb-feedstock/issues/)
6267
with title `@conda-forge-admin, please update version`)
63-
- [ ] confirm tagged `hats` and `nested-pandas` versions and approve
68+
- [ ] confirm tagged `hats` and `nested-pandas` versions (and any other dependencies that have changed in the pyproject) and approve
6469
- [ ] confirm on [conda-forge](https://anaconda.org/conda-forge/lsdb)
6570

6671
### hats-import
6772

6873
- [ ] request new conda-forge version (open [bot command issue](https://github.com/conda-forge/hats-import-feedstock/issues/)
6974
with title `@conda-forge-admin, please update version`)
70-
- [ ] confirm tagged hats version and approve
75+
- [ ] confirm tagged hats version (and any other dependencies that have changed in the pyproject) and approve
7176
- [ ] confirm on [conda-forge](https://anaconda.org/conda-forge/hats-import)
7277

7378
### tie it together

0 commit comments

Comments
 (0)