-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MM-232] Update plugin with respect to phase 1 upgrades #72
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the plugin, a few questions below
|
||
### Releasing new versions | ||
|
||
The version of a plugin is determined at compile time, automatically populating a `version` field in the [plugin manifest](plugin.json): | ||
* If the current commit matches a tag, the version will match after stripping any leading `v`, e.g. `1.3.1`. | ||
* Otherwise, the version will combine the nearest tag with `git rev-parse --short HEAD`, e.g. `1.3.1+d06e53e1`. | ||
* If there is no version tag, an empty version will be combined with the short hash, e.g. `0.0.0+76081421`. | ||
|
||
To disable this behaviour, manually populate and maintain the `version` field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the README should clarify the practice used in this particular plugin.
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.5.0", | ||
"version": "1.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a consensus to use the auto-generated version?
Summary
Updated plugin with respect to phase 1 upgrades
1.12
to1.21
build
folder to sync with starter templateTicket Link