Skip to content

Release Process

Kevin Chang edited this page Jan 12, 2021 · 2 revisions

Releasing TurnMarker

If you're a maintainer, you can follow these steps for a release.

  1. When TurnMarker is ready to be released, update the manifest file with the new versions.

  2. Next, update CHANGELOG.MD as well as templates/updateWindow.html

  3. Run gulp build. This will generate the corresponding file in dist, which is the folder for production release.

  4. Create a zipped file of the contents in dist. The folder MUST be named turnmarker (to correspond with the manifest). The structure of the zip will look like this: turnmarker then all the contents in dist. You don't want to create a zip of turnmarker since that will nest a second folder called turnmarker and fail to install from FoundryVTT.

  5. Create a tagged release, and attach turnmarker.zip with it.

  6. Contact the head maintainer to update the package repository on FoundryVTT, who is kckaiwei (AdagioT#9507)

Clone this wiki locally