Submitting your map
Note
This guide assumes you’ve done everything in I’m done, what now?, make sure you read it before continuing.
Submitting a new map
Create a new release
Before submitting your map, you need to create a release to indicate what version of your map should be considered ready for use
Open your map on GitHub
Click on
Releaseson the right and selectCreate a new release
Click
Select tagand create a new tag
Important
You should keep the names of your releases, tags, and version ID (from lebmod.json) consistent with each other.
Tip
If you have pushed commits after you pushed the version you consider ready and don’t want the new commits to be a part of the release, select
Target: mainnext to the version tag andRecent Commitsto find the version you’d like to useIf everything looks right, go ahead and click
Publish release
Click
Submit a mod.
Fill out the form with information about your mod.
Wait for a moderator to review your map, they will request changes if needed.
Submitting an update to your map
Create a new release
Before submitting your update, you need to create a release to indicate what version of your map should be considered ready for use
Open your map on GitHub
Click on
Releaseson the right and selectDraft a new release
Click
Select tagand create a new tag
Note
You should keep in mind if your update is a major or minor update when picking a version number, for example:
If the update is minor, you should only increase the second (or third) digit, such as
1.0to1.1If the update is major, you should increase the first digit and set the rest to 0, such as
1.1to2.0Important
You should keep the names of your releases, tags, and version ID (from lebmod.json) consistent with each other.
Tip
If you have pushed commits after you pushed the version you consider ready and don’t want the new commits to be a part of the release, select
Target: mainnext to the version tag andRecent Commitsto find the version you’d like to useWrite a list of what this update changes in the description
If everything looks right, go ahead and click
Publish release
Go to The Modtools Database
Find your map that you want to submit an update to
Leave a comment mentioning that you have made an update with a changelog of the changes you have made.
Wait for a moderator to review your map, they will request changes if needed.