mattermost / mattermost-developer-documentation

Mattermost developer documentation.
https://developers.mattermost.com
BSD 3-Clause "New" or "Revised" License
80 stars 389 forks source link

Updating the plugin version to generate the new documentation #1337

Closed jespino closed 6 months ago

jespino commented 6 months ago

The plugin version is relevant to generate the documentation of the server API, was using the version 0.0.5 and we are now in the 0.0.13, so we need to have that to include all the new API endpoints and hooks.

jespino commented 6 months ago

@cwarnermm good point, I would love to have that some kind automatized, because if not is going to get again out of date over a over again. Probably we can add something the CI. @saturninoabril do you know who would be the right person to add that CI check?

It would be something like checking if go list -u -m github.com/mattermost/mattermost/server/public output is contained in go.mod file.

hanzei commented 6 months ago

Alternatively, we can configure Dependabot to update go.mod automatically.