-
-
Notifications
You must be signed in to change notification settings - Fork 0
Deploy new versions
Adriano Castro edited this page Jun 13, 2021
·
5 revisions
The following steps are executed when a release branch is deployed to a new addon version.
- Checkout the release branch
- Fetch and pull
- Open the
README.md
file- Update
yyyy.mm.dd
with the release date - Update the documentation if necessary
- Update
- Push the changes
- Open the game and check if no LUA errors are thrown
- Merge the release PR into
main
- Checkout the
main
branch - Do a
/reload
in the game to double check if no errors are thrown - Create a release following the past releases standards
- Download the Source code (zip) to any folder (or even to your Desktop)
- Extract its contents
- You may have a folder called
memory-x.y.z
wherex.y.z
is the current version
- You may have a folder called
- Remove the
.github
folder - Rename this folder to
Memory
and zip it again tomemory-x.y.z.zip
- You may have the following structure:
memory-x.y.z.zip
> 📁 Memory > addon files
- You may have the following structure:
- Open the CurseForge addon page and click on the [⬆️ File] button
- Select the
.zip
file - Leave the Display Name field empty
- Select
Release
as the Release Type - Select
Markdown
below the Changelog field - Paste the changelog entries
- Select the supported WoW versions
- Select the
- Click on the [⚙️ Manage Project] button and the on the Description tab
- Paste the full
README.md
content into the description field - Save it
- Paste the full
- Upload any new screenshots if there are new highlight features