A Google Calendar plugin for Mattermost.
About | Set up | Configure | Use
make dist
.dist/com.mattermost.gcal-$(VERSION).tar.gz
.tar.gz
file to install the plugin.To trigger a release, 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.
For Patch Release Candidate (RC): Run the following command:
make patch-rc
This will release a patch release candidate.
For Minor Release Candidate (RC): Run the following command:
make minor-rc
This will release a minor release candidate.
For Major Release Candidate (RC): Run the following command:
make major-rc
This will release a major release candidate.
The version of a plugin is determined at compile time, automatically populating a version
field in the plugin manifest:
v
, e.g. 1.3.1
.git rev-parse --short HEAD
, e.g. 1.3.1+d06e53e1
.0.0.0+76081421
.To disable this behaviour, manually populate and maintain the version
field.