-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Akis Maziotis <[email protected]>
- Loading branch information
1 parent
3ee9050
commit f934e68
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# Mattermost Push Proxy ![CircleCI branch](https://img.shields.io/circleci/project/github/mattermost/mattermost-push-proxy/master.svg) | ||
|
||
See https://developers.mattermost.com/contribute/mobile/push-notifications/service/ | ||
|
||
|
||
# How to Release | ||
|
||
To trigger a release of Mattermost Push-Proxy, follow these steps: | ||
|
||
1. **For Patch Release:** Run the following command: | ||
``` | ||
make patch | ||
``` | ||
This will release a patch change. | ||
|
||
2. **For Minor Release:** Run the following command: | ||
``` | ||
make minor | ||
``` | ||
This will release a minor change. | ||
|
||
3. **For Major Release:** Run the following command: | ||
``` | ||
make major | ||
``` | ||
This will release a major change. |