-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Release 0.9.0 and document release steps #842
Comments
@aldenpeterson-wf As far as I know, @heyman and @cgoldberg are the only people with access to pypi to publish releases. |
Hey! Sorry for the absence lately (all my coding time has been tied up to my day job). We need to go through the commits since the last release and make sure that all things are noted in the changelog, and that the documentation is updated for each change/new feature. This part I think is hard to automate. Then we just need to update the version in If someone takes care of the first part (changelog and docs), I can push up the new version to PyPI as soon as you give me the go-ahead. |
I typically automate this using |
Hello, any progress with the new release? I'm very looking forward to see the release to use |
👋 |
I have some time Thursday that I will try to get all the steps taken care of so we just need to push the release to pypi. |
Any update on this by chance? I'd love to be able to upgrade to 0.90 |
If this release is mission critical for you, please opt to install via the repository directly for the time being. We as maintainers don't have access to pypi and can't cut releases. |
This release would be really appreciated in the light that --num-requests parameter does not work as intended (#682). Unfortunately installing directly via the repository is not a suitable option for the CI pipeline I am working on. |
I do not know what we need to do in order to prepare a full release.
There are quite a few features that are unreleased right now and we've had a large number of questions when that will happen.
Related to this, if it's a complicated process, I think we should try to automate as much of the release process as possible and/or incorporate it into PRs themselves. Things like updating the change log, etc, should probably go into each PR.
@heyman @cgoldberg @cgbystrom @mbeacom what needs to happen in order for a release to cut a release? Is that documented somewhere?
The text was updated successfully, but these errors were encountered: