Categorygithub.com/mattermost/mattermost-push-proxy
modulepackage
6.4.0+incompatible
Repository: https://github.com/mattermost/mattermost-push-proxy.git
Documentation: pkg.go.dev

# README

Mattermost Push Proxy CircleCI branch

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.

# Packages

No description provided by the author