Update release procedure#3909
Update release procedure#3909asottile merged 1 commit intopytest-dev:masterfrom asottile:update_release
Conversation
blueyed
left a comment
There was a problem hiding this comment.
Looks good/better.
What about using GitHub's releases (https://github.com/pytest-dev/pytest/releases) directly though?
I.e. just tag the release via GitHub (on master), which also triggers a build then already.
This is fine, but I would prefer to tag exactly the same commit that was approved on the PR. If this is possible to do via GitHub's UI, then great! |
Sure.. you can specify a commit, and/or browse them via "recent commits" on https://github.com/pytest-dev/pytest/releases/new. Maybe we should update the document according to this instead? |
|
Might be good to have some script to fill in the release notes then also (copy'n'paste via some towncrier output/command). |
We can add it as an alternative, sure.
The release notes are generated from |
No description provided.