Skip to content

Commit 3579cd2

Browse files
authored
[chore] update notes generation spaces (huggingface#10592)
fix
1 parent 3e99b56 commit 3579cd2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@
7474
twine upload dist/* -r pypi
7575
7676
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
7980
the latest release branch (v0.27.0-release, for example). It denotes all commits that have happened on branch
8081
v0.27.0-release after the tag v0.26.1 was created.
8182

0 commit comments

Comments
 (0)