Browse Source

Simplify README a bit.

v1
Andrew Belt 5 years ago
parent
commit
66398d82f4
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      README.md

+ 2
- 3
README.md View File

@@ -11,16 +11,15 @@ All Rack plugins are welcome assuming they
## Adding your plugin to the VCV Plugin Manager (for open-source plugins)

Create exactly one thread in the [Issue Tracker](https://github.com/VCVRack/library/issues), with a title equal to your plugin slug (or multiple slugs, comma-separated, if you have more than one plugin).
In your post, include a URL to your source code.
This will be your permanent communication channel with VCV library maintainers.

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

A library maintainer will handle your request and post a comment when updated.


#### Pushing an update

To inform us of an update to the plugin itself, make sure to increment `"version"` in your `plugin.json` file (e.g. from 1.2.12 to 1.2.13), and push a commit to your repository.
To inform us of an update to your plugin, make sure to increment `"version"` in your `plugin.json` file (e.g. from 1.2.12 to 1.2.13), and push a commit to your repository.
Post a comment in your plugin's thread with
- the new version
- the commit hash (given by `git log` or `git rev-parse HEAD`). Please do not just give the name of a branch like `master`.


Loading…
Cancel
Save