A home for ezCater's JavaScript style rules, configuration, and tooling.
See /packages
for our different JS linting packages and usage instructions.
After merging changes to the main branch:
-
Open a pull request with only the version change in the package's
package.json
and in theCHANGELOG.md
file copying the “Unreleased” section and pasting to a new section for the version. -
Merge the pull request.
-
Checkout the main branch and ensure you’re on the latest commit.
-
Tag the version (fill in the correct version number):
git tag package-name-here@X.X.X -m "package-name-here@X.X.X"
-
Push:
git push --tags
-
Publish:
yarn workspace package-name-here publish --new-version X.X.X
This will require access to the ezCater organization on NPM.
-
Create a new release and document the changes.