We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b71eb commit ef08a5bCopy full SHA for ef08a5b
README.md
@@ -52,6 +52,18 @@ or
52
53
The resulting module package is placed in `module/dist/PushNotifications-<version>.mpk`.
54
55
+## Release process
56
+
57
+- Create (and switch to) a new branch
58
+- Bump the version number in `module/gradle.build`
59
+- Bump the version number in `widget/package.json`
60
+- Bump the version number inside the module
61
+- Push the branch and create an MR
62
+- Merge the MR
63
+- Tag the resulting commit on `master`/`mx8` with `v*.*.*`
64
+- Push the tag
65
+- Follow the steps in the resulting pipeline
66
67
## Notes
68
69
The userlibs for the PushNotifications module are not part of the repo.
0 commit comments