johncarney / prishas-precious-projectiles

A compendium of arrows, crossbow bolts, and other projectiles made from precious materials such as cold iron and silver. For use with the Pathfinder 2e system in Foundry VTT.
MIT License
1 stars 0 forks source link

Automate version number embedded in download URL #8

Closed johncarney closed 4 months ago

johncarney commented 4 months ago

For each new version we currently have to adit the version number in two places in module.json: in the version itself, and in the download URL. We should add a script that automatically updates the version embedded in the download URL.

johncarney commented 4 months ago

Rather than automate the update, I've added a check that will block a release if the manifest version and the version embedded in the download URL string do not match.