I’ve been talking with another dev who is interested in using the repo but would like some way of checking the current version, especially with multiple branches being on separate versions, and patch data lagging sometime.
My first idea which I think would be easy and unobtrusive would be “version.json” in the root that had (at least) the current patch number. The other part of the request was tracking which heroes were changed - my only thought on that was a “lastUpdated” (or something) field on the hero’s JSON file. Open to ideas
I’ve been talking with another dev who is interested in using the repo but would like some way of checking the current version, especially with multiple branches being on separate versions, and patch data lagging sometime.
My first idea which I think would be easy and unobtrusive would be “version.json” in the root that had (at least) the current patch number. The other part of the request was tracking which heroes were changed - my only thought on that was a “lastUpdated” (or something) field on the hero’s JSON file. Open to ideas