https://github.com/mattermost/mattermost-push-proxy
https://github.com/mattermost/mattermost-push-proxy
go golang hacktoberfest notification-service push-notifications push-proxy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattermost/mattermost-push-proxy
- Owner: mattermost
- License: apache-2.0
- Created: 2015-11-30T19:29:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-10-20T11:39:00.000Z (8 months ago)
- Last Synced: 2025-10-29T17:39:49.964Z (7 months ago)
- Topics: go, golang, hacktoberfest, notification-service, push-notifications, push-proxy
- Language: Go
- Homepage:
- Size: 13.4 MB
- Stars: 257
- Watchers: 40
- Forks: 116
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Notice: NOTICE.txt
Awesome Lists containing this project
README
# Mattermost Push Proxy 
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.