Release checklist » History » Version 6
Chris Cannam, 2014-07-09 02:30 PM
1 | 1 | Chris Cannam | h1. Release checklist |
---|---|---|---|
2 | 1 | Chris Cannam | |
3 | 1 | Chris Cannam | For the process of building and releasing binaries of a C++ Vamp plugin. |
4 | 1 | Chris Cannam | |
5 | 4 | Chris Cannam | h4. Code hygiene |
6 | 3 | Chris Cannam | |
7 | 1 | Chris Cannam | * Run the "Vamp Plugin Tester":/projects/vamp-plugin-tester on the plugin, under "valgrind":http://valgrind.org/ |
8 | 4 | Chris Cannam | |
9 | 4 | Chris Cannam | h4. Versioning and tagging |
10 | 4 | Chris Cannam | |
11 | 5 | Chris Cannam | * Check that copyright dates are correct and up-to-date |
12 | 4 | Chris Cannam | * If this is a new release of a previously-released plugin, remember to increment the plugin's @getPluginVersion()@ value |
13 | 6 | Chris Cannam | * Tag the repository when you have confirmed that the plugin builds successfully on all target platforms |
14 | 4 | Chris Cannam | |
15 | 4 | Chris Cannam | h4. Categories and RDF |
16 | 4 | Chris Cannam | |
17 | 4 | Chris Cannam | * Make sure you have a sensible category file (@.cat@) |
18 | 4 | Chris Cannam | * 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 |
19 | 4 | Chris Cannam | |
20 | 4 | Chris Cannam | h4. Packaging |
21 | 1 | Chris Cannam | |
22 | 6 | Chris Cannam | * Make sure each package contains at least the following files: |
23 | 6 | Chris Cannam | ** The plugin library! |
24 | 6 | Chris Cannam | ** @README@ describing the plugin and how to install and use it, identifying the authors, with a link to a site about it |
25 | 6 | Chris Cannam | ** @COPYING@ containing the licence for the plugin |
26 | 6 | Chris Cannam | ** @CITATION@ containing BibTeX of any paper to cite when using the plugin in academic work |
27 | 6 | Chris Cannam | * Create the source package using @hg archive@ or equivalent to archive directly from your tagged version |
28 | 1 | Chris Cannam | |
29 | 5 | Chris Cannam | |
30 | 5 | Chris Cannam | h4. Publicity |
31 | 5 | Chris Cannam | |
32 | 5 | Chris Cannam | * 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 |