- Keep version numbers in sync between:
package.jsonbuild/package.json
- When preparing a release, increment both files to the same version value in the same change.
build/package.jsonrepresents the published build artifact metadata and should always match the root package version.
- If a user requests a version bump for this repo, update both
package.jsonandbuild/package.json. - Do not leave these version values mismatched.
- After version changes, report both resulting versions explicitly.
- You do not need to run the build command and update the build folder, this is done by github action