mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
128 stars 120 forks source link

[MM-38075] Use mattermost-server/v6 #157

Closed hanzei closed 3 years ago

hanzei commented 3 years ago

Summary

This PR updates the dependency on github.com/mattermost/mattermost-server from v5 to v6. This ensures the v6 changes propagate quickly to developers using this template.

Please note that the plugin still works against v5 servers.

Ticket Link

https://mattermost.atlassian.net/browse/MM-38075

streamer45 commented 3 years ago

@hanzei This may need updating if you want to be on the latest breaking changes.

hanzei commented 3 years ago

Thanks for the reminder @streamer45 :+1: I've submitted https://github.com/mattermost/mattermost-plugin-starter-template/pull/158