Release checklist » History » Version 6
Version 5 (Chris Cannam, 2014-07-09 02:28 PM) → Version 6/22 (Chris Cannam, 2014-07-09 02:30 PM)
h1. Release checklist
For the process of building and releasing binaries of a C++ Vamp plugin.
h4. Code hygiene
* Run the "Vamp Plugin Tester":/projects/vamp-plugin-tester on the plugin, under "valgrind":http://valgrind.org/
h4. Versioning and tagging
* Check that copyright dates are correct and up-to-date
* If this is a new release of a previously-released plugin, remember to increment the plugin's @getPluginVersion()@ value
* Tag the repository when you have confirmed that the plugin builds successfully on all target platforms
h4. Categories and RDF
* Make sure you have a sensible category file (@.cat@)
* Generate an RDF template using the @vamp-rdf-template-generator@ program found in @rdf/generator@ in the Vamp plugin SDK, and edit it to contain correct metadata
h4. Packaging
* Make sure each package contains at least the following files:
**
* The plugin library!
** * @README@ describing the plugin and how to install and use it, identifying the authors, with a link to a site about it
** * @COPYING@ containing the licence for the plugin
** * @CITATION@ containing BibTeX of any paper to cite when using the plugin in academic work
* Create the source package using @hg archive@ or equivalent to archive directly from your tagged version
h4. Publicity
* Send details of your plugin's download location and the RDF metadata file to cannam@all-day-breakfast.com for inclusion in "the download page":http://vamp-plugins.org/download.html
For the process of building and releasing binaries of a C++ Vamp plugin.
h4. Code hygiene
* Run the "Vamp Plugin Tester":/projects/vamp-plugin-tester on the plugin, under "valgrind":http://valgrind.org/
h4. Versioning and tagging
* Check that copyright dates are correct and up-to-date
* If this is a new release of a previously-released plugin, remember to increment the plugin's @getPluginVersion()@ value
* Tag the repository when you have confirmed that the plugin builds successfully on all target platforms
h4. Categories and RDF
* Make sure you have a sensible category file (@.cat@)
* Generate an RDF template using the @vamp-rdf-template-generator@ program found in @rdf/generator@ in the Vamp plugin SDK, and edit it to contain correct metadata
h4. Packaging
* Make sure each package contains at least the following files:
**
* The plugin library!
** * @README@ describing the plugin and how to install and use it, identifying the authors, with a link to a site about it
** * @COPYING@ containing the licence for the plugin
** * @CITATION@ containing BibTeX of any paper to cite when using the plugin in academic work
* Create the source package using @hg archive@ or equivalent to archive directly from your tagged version
h4. Publicity
* Send details of your plugin's download location and the RDF metadata file to cannam@all-day-breakfast.com for inclusion in "the download page":http://vamp-plugins.org/download.html