From b762d6db221f229a69ecd87473259233336ad8a5 Mon Sep 17 00:00:00 2001 From: June Date: Wed, 11 Sep 2024 04:09:29 +0200 Subject: [PATCH] docs: fix description of release-ZIP upload process The release-ZIP needs to be uploaded in the release notes section, not in the release assets section (as that's apparently not possible). --- docs/Creating_a_New_Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Creating_a_New_Release.md b/docs/Creating_a_New_Release.md index 38d7980..049afd2 100644 --- a/docs/Creating_a_New_Release.md +++ b/docs/Creating_a_New_Release.md @@ -43,7 +43,7 @@ To create a new tag, do the following: 2. Select the corresponding tag created earlier. 3. Name the release "Top Bar Organizer vX". 4. Copy the [release notes template](./release_notes_template.md) and fill it out. -5. Upload the release-ZIP created in the previous step as a release asset. +5. Drop the release-ZIP created in the previous step at the end of the release notes. 6. Create the release. ## Uploading to the GNOME Extensions Website