Skip to content

Commit ef08a5b

Browse files
describe release process
1 parent 89b71eb commit ef08a5b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ or
5252

5353
The resulting module package is placed in `module/dist/PushNotifications-<version>.mpk`.
5454

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+
5567
## Notes
5668

5769
The userlibs for the PushNotifications module are not part of the repo.

0 commit comments

Comments
 (0)