-
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.MD
as 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:turnmarker
then all the contents indist
. You don't want to create a zip ofturnmarker
since that will nest a second folder calledturnmarker
and fail to install from FoundryVTT. -
Create a tagged release, and attach
turnmarker.zip
with it. -
Contact the head maintainer to update the package repository on FoundryVTT, who is kckaiwei (AdagioT#9507)