Changes

Jump to navigation Jump to search
update coordination thread links
Line 6,097: Line 6,097:  
See [[Modding:Index#Migration guides|migration guides]]. You can...
 
See [[Modding:Index#Migration guides|migration guides]]. You can...
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
 
* Add or update your mods in the list above ([[/entry#Usage|see format]]).
* Post a message in the [http://community.playstarbound.com/threads/135000 SMAPI 2.0 migration thread] to ask questions or say when your mods are updated.
+
* Post a message in the [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/ coordination thread] to ask questions or say when your mods are updated.
 
* Chat or ask questions in [[Modding:Community#Discord|#modding on Discord]].
 
* Chat or ask questions in [[Modding:Community#Discord|#modding on Discord]].
   Line 6,107: Line 6,107:  
# Increase the version in <tt>manifest.json</tt> by <tt>0.0.1-<yourname>-update</tt>.<br /><small>For example, if the current version is 1.0.0 and your username is SampleUser, you'd change the version to <tt>1.0.1-sampleUser-update</tt>. If you need to release new versions of your update, add a number at the end like <tt>1.0.1-sampleUser-update.2</tt>, <tt>1.0.1-sampleUser-update.3</tt>, etc. This ensures that official versions will supersede unofficial ones (e.g. for update checks).</small>
 
# Increase the version in <tt>manifest.json</tt> by <tt>0.0.1-<yourname>-update</tt>.<br /><small>For example, if the current version is 1.0.0 and your username is SampleUser, you'd change the version to <tt>1.0.1-sampleUser-update</tt>. If you need to release new versions of your update, add a number at the end like <tt>1.0.1-sampleUser-update.2</tt>, <tt>1.0.1-sampleUser-update.3</tt>, etc. This ensures that official versions will supersede unofficial ones (e.g. for update checks).</small>
 
# Push your changes to GitHub.
 
# Push your changes to GitHub.
# Post a release package to the [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/#post-3266439/ coordination thread] with a link to your fork on GitHub.<br /><small>(If the mod uses the NuGet build package, there should be a release package named <tt><mod name> <version>.zip</tt> in your bin folder.)</small>
+
# Post a release package to the [https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524 coordination thread] with a link to your fork on GitHub.<br /><small>(If the mod uses the NuGet build package, there should be a release package named <tt><mod name> <version>.zip</tt> in your bin folder.)</small>
 
# [https://help.github.com/articles/creating-a-pull-request/ Submit a pull request] to the original author (if applicable).
 
# [https://help.github.com/articles/creating-a-pull-request/ Submit a pull request] to the original author (if applicable).
  
translators
8,403

edits

Navigation menu