Browse Source

Edit instructions for plugin developers

pull/444/head
Andrew Belt 5 years ago
parent
commit
c11f14d88e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -16,7 +16,7 @@ This will be your permanent communication channel with VCV community members.

#### Adding/updating your plugin's information

State in your plugin thread the plugin name, license, all available URLs, and your email address if you want it to be public.
Post a comment in your plugin's thread with the plugin name, license, all available URLs, and your email address if you want it to be public.

A Library team member will handle your request and post a comment when updated.

@@ -24,7 +24,7 @@ A Library team member will handle your request and post a comment when updated.
#### Adding/updating your plugin's build (for open-source plugins)

To inform us of an update to the plugin itself, make sure to increment the `VERSION` in your Makefile (e.g. from 0.6.12 to 0.6.13), and push a commit to your repository.
State in your thread
Post a comment in your plugin's thread with
- the new version
- the new commit hash (given by `git log` or `git rev-parse HEAD`)
- the branch of the commit.


Loading…
Cancel
Save