-
Notifications
You must be signed in to change notification settings - Fork 16
Release Process
If you're a maintainer, you can follow these steps for a release.
-
When TurnMarker is ready to be released, update the manifest file with the new versions.
-
Next, update
CHANGELOG.MDas well astemplates/updateWindow.html -
Run
gulp build. This will generate the corresponding file indist, which is the folder for production release. -
Create a zipped file of the contents in
dist. The folder MUST be namedturnmarker(to correspond with the manifest). The structure of the zip will look like this:turnmarkerthen all the contents indist. You don't want to create a zip ofturnmarkersince that will nest a second folder calledturnmarkerand fail to install from FoundryVTT. -
Create a tagged release, and attach
turnmarker.zipwith it. -
Contact the head maintainer to update the package repository on FoundryVTT, who is kckaiwei (AdagioT#9507)