npm install | yarn add @nextrequestco/commitlint-config@latest
npm install | yarn add @nextrequestco/eslint-config@latest
npm install | yarn add @nextrequestco/prettier-config@latest
npm install | yarn add @nextrequestco/typescript-config@latest
Make sure to merge in the latest code changes into main before running the following steps:
- Create a new branch
- Then run the lerna publish command. Lerna will automatically detect any new changes since the last version release.
ref: https://lerna.js.org/docs/features/version-and-publish
npx lerna publish
- Make sure the new version is pushed into the new branch
- Request a PR reviewer and once approved, merge the new version into
main