mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
updated plugin help
This commit is contained in:
parent
1914a5b5ff
commit
d7b7cc954a
1 changed files with 2 additions and 0 deletions
|
|
@ -200,3 +200,5 @@ metadata for your plugin. Here is an example:
|
|||
|
||||
Then open a pull request at github.com/micro-editor/plugin-channel adding a link to the
|
||||
raw `repo.json` that is in your plugin repository.
|
||||
To make updating the plugin work, the first line of your plugins lua code should contain the version of the plugin. (Like this: `VERSION = "1.0.0"`)
|
||||
Please make sure to use [semver](http://semver.org/) for versioning.
|
||||
Loading…
Reference in a new issue