-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automating release #331
Comments
It's worth noting that So this come down to automating the release notes more than anything dask-image/.github/workflows/test_and_deploy.yml Lines 89 to 91 in 67540af
|
I'd be 100% on board with anything that makes it easier and simpler in the long run. And I would not be surprised if the release notes are doing things in a more complicated way than necessary... because I was the one who wrote most of those and I might be doing things in a more complicated way than necessary! Improvements are very welcome 😄 |
I guess one step that takes a bit of time is to generate the release notes and create a PR for adding them to |
Sure, let's do that. Context for current situation: the release note generation script was based off the one used by scikit-image, which was created before github had this feature. So we don't need to keep doing things that way anymore. To switch, it sounds like we need to:
|
To simplify the release process, wonder if it would be worthwhile to bake most of the release steps into a GHA workflow that responds to a
git tag
It could for example generate release notes that are included in a GitHub release. Also it could create the
whl
&sdist
artifacts and upload them to PyPIThe conda-forge bot already submits new releases. Though we could start them more quickly using the
@conda-forge-admin, please update version
bot request in adask-image
feedstock issueThe text was updated successfully, but these errors were encountered: