Skip to content

mattermost/mattermost-push-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

620c92f · Feb 4, 2025
Jan 17, 2025
May 4, 2020
Oct 25, 2021
Jan 20, 2025
Jan 17, 2025
Nov 15, 2023
Apr 26, 2024
Feb 4, 2025
Jul 31, 2020
Apr 26, 2024
Sep 7, 2023
Apr 5, 2019
May 6, 2019
Dec 1, 2015
Jan 20, 2025
Nov 30, 2015
Feb 29, 2024
Jan 20, 2025
Jan 20, 2025
Jan 20, 2025
Dec 19, 2020
Jul 31, 2020

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.