eslint-config-react and prettier-config-react are published packages.
Before manually bumping the package version in package.json, run the "Publish package" workflow on GitHub. You'll need to select the package you want to publish.
This will publish as a prepatch release.
A GitHub workflow publishes the packages when a tag is pushed. To do this:
- Bump the version in the package's
package.json. - Run
make tag-release-eslintormake tag-release-prettierto create and push the tags. These create the appropriate tag by parsingpackage.json.