See https://developers.mattermost.com/contribute/mobile/push-notifications/service/
To trigger a release of Mattermost Push-Proxy, follow these steps:
-
For Patch Release: Run the following command:
make patch
This will release a patch change.
-
For Minor Release: Run the following command:
make minor
This will release a minor change.
-
For Major Release: Run the following command:
make major
This will release a major change.