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
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.
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.
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.