- Go into the changed package
- Update its CHANGELOG.md.
- Run
npm version [<newversion> | major | minor | patch]. - Commit changes using the message format
"feat(<package>): <versionmessage>" - Push commits using
git push. - Github actions should execute deployment automatically