| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Some guiding principles I've tried to stick to (by @chriso):
git add CHANGELOG.md package.json src/index.jsver=1.2.3 && git commit -m $ver && git tag $ver && git push && git push --tagsNOTE:
It might be easier/better to lean on GitHub releases more (https://github.com/validatorjs/validator.js/releases), since people may be more familiar with that than looking at a CHANGELOG.md.
Stick with the latest stable node.js when doing the local builds.
| Back | FazBrowse Home | New Git URL |