npm upgrade
npm run i18n:fields
- Check for differences in
src/locales/en/fields.json
- Ask for missing translations via GitHub issues
- Update the version number (in
package.json
andREADME.md
) npm run lint
- Fix any open lint issues- Commit the changes
npm run build:report
- Check whether the
dist/report.html
has significantly changed (if yes, check why) - Delete the
dist/report.html
npm publish
- Create GitHub release (v3.x.x)