- Update the
CHANGELOG.md
with the version and date (each package has its ownCHANGELOG.md
). - Update the
version
in thepackage.json
file (each package has its ownpackage.json
). - Open a PR with the changes.
- After merging the PR, The GH Action (release.yml) is doing everything else automatically.
- For React Native, the
scripts.prebuild
(package.json
) is generating aversion.ts
file with the version which is used at runtime.
- For React Native, the
- Done.