Skip to content

Commit

Permalink
Updated: Guidance on Creating Releases in Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Oct 29, 2022
1 parent 1b48783 commit 6fa2027
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/CreatingRelease.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Uploading Mods

!!! tip

Before creating a Release, it is recommended you [Enable Update Support](./EnablingUpdateSupport.md) for your mod,
*even if you don't plan to ship updates*. Doing so will allow your mod to be included in [Mod Packs](./InstallingModPacks.md) [(How to Create Them)](./CreatingModPacks.md).

Before uploading a mod, you should first create a `Release`.
A `Release` consists of 2 files:
- Compressed version of your mod.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void SetOutputFolder()
/// <summary>
/// Directs user to the page showing them how to publish mods.
/// </summary>
public void ShowPublishTutorial() => ProcessExtensions.OpenFileWithDefaultProgram("https://reloaded-project.github.io/Reloaded-II/AddingUpdateSupport");
public void ShowPublishTutorial() => ProcessExtensions.OpenFileWithDefaultProgram("https://reloaded-project.github.io/Reloaded-II/CreatingRelease");

/// <summary>
/// Lets the user select a new changelog path.
Expand Down

0 comments on commit 6fa2027

Please sign in to comment.