Commit 3579cd2 1 parent 3e99b56 commit 3579cd2 Copy full SHA for 3579cd2
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 74
74
twine upload dist/* -r pypi
75
75
76
76
10. Prepare the release notes and publish them on GitHub once everything is looking hunky-dory. You can use the following
77
- Space to fetch all the commits applicable for the release: https://huggingface.co/spaces/lysandre/github-release. Repo should
78
- be `huggingface/diffusers`. `tag` should be the previous release tag (v0.26.1, for example), and `branch` should be
77
+ Space to fetch all the commits applicable for the release: https://huggingface.co/spaces/sayakpaul/auto-release-notes-diffusers.
78
+ It automatically fetches the correct tag and branch but also provides the option to configure them.
79
+ `tag` should be the previous release tag (v0.26.1, for example), and `branch` should be
79
80
the latest release branch (v0.27.0-release, for example). It denotes all commits that have happened on branch
80
81
v0.27.0-release after the tag v0.26.1 was created.
81
82
You can’t perform that action at this time.
0 commit comments