You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4-release_tracker.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ e.g. major/minor/patch, deadlines, blocking issues, breaking changes, folks to n
35
35
-[ ] tag in github
36
36
-[ ] confirm on [pypi](https://pypi.org/manage/project/hats/releases/)
37
37
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
+
38
40
### lsdb
39
41
40
42
-[ ] 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
49
51
50
52
## conda-forge steps
51
53
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
+
52
56
### hats
53
57
54
58
-[ ] request new conda-forge version (open [bot command issue](https://github.com/conda-forge/hats-feedstock/issues/)
55
59
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
56
61
-[ ] approve conda-forge PR
57
62
-[ ] confirm on [conda-forge](https://anaconda.org/conda-forge/hats)
58
63
59
64
### lsdb
60
65
61
66
-[ ] request new conda-forge version (open [bot command issue](https://github.com/conda-forge/lsdb-feedstock/issues/)
62
67
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
64
69
-[ ] confirm on [conda-forge](https://anaconda.org/conda-forge/lsdb)
65
70
66
71
### hats-import
67
72
68
73
-[ ] request new conda-forge version (open [bot command issue](https://github.com/conda-forge/hats-import-feedstock/issues/)
69
74
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
71
76
-[ ] confirm on [conda-forge](https://anaconda.org/conda-forge/hats-import)
0 commit comments