-
Update SDK version constant
- Android
- src/android/HypertrackPlugin.gradle
- HYPERTRACK_SDK_VERSION
- src/android/HypertrackPlugin.gradle
- iOS
- plugin.xml
<platform name="ios">
<pod name="HyperTrack" version="**version**"/>
- plugin.xml
- Android
-
Update wrapper version
- package.json
- version
- plugin.xml
- version
- package.json
-
Update CHANGELOG
-
Update the README badge
-
Do the release dry run with
just release
and verify that the release is correct (checklist is in the command output) -
Commit and merge to master
-
Create and push a new version tag
-
Create a Github repo release
- Release title should be the current version tag
-
Run
npm publish
to publish the package to npm