mattermost / mattermost-plugin-mscalendar

Mattermost plugin for Microsoft Office365
Apache License 2.0
13 stars 20 forks source link

[feat] Implementing new release process #369

Closed phoinixgrr closed 1 month ago

phoinixgrr commented 1 month ago

Summary

Streamlining the release process for mattermost-plugins by integrating release and signing pipelines under the delivery platform.

This update automates signing and releasing by simply pushing a semver tag(e.g: v0.0.1) or by using the newly introduced Makefile targets.

make patch
make minor
make major

For Release Candidades(RC):

make patch-rc
make minor-rc
make major-rc

To be merged after: https://github.com/mattermost/delivery-platform/pull/127

Ticket Link

Ticket: https://mattermost.atlassian.net/browse/CLD-7668