This is the release files of WME Validator.
WME Validator uses Open Source GPLv3 license, i.e. you may copy, distribute and modify the software as long as you track changes/dates in source files. Any modifications to or software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.
Please check the doc directory for more information.
For questions please use official forum:
https://www.waze.com/forum/viewtopic.php?f=819&t=76488
Report bugs on GitHub Issues Tracker:
https://github.com/WMEValidator/validator/issues
In validator repo:
-
Fetch the latest changes:
$ git fetch origin --recurse-submodules
-
Review all the changes.
-
Update doc/ChangeLog.txt
-
Update src/release.js:
- WV_VERSION
- WV_WHATSNEW
-
Update meta/meta-begin.js
- @version
- @contributor
-
Update references to submodules:
$ git submodule update --remote
-
Compile Validator and test the changes:
$ ./10.release.sh
-
Create a commit called "New version"
In release repo:
-
Put a compiled WME Validator file into the 'build' directory.
-
Put a Chrome Web Store key into the 'priv' directory.
-
Run 10.release.sh
-
The result files will appear in the 'release' directory.