Update release notes script to 1.8.2 and add debug option.

This commit is contained in:
Dave Methvin 2012-09-20 20:48:20 -04:00
parent 022b265956
commit 044ee41282

View File

@ -9,9 +9,9 @@ var fs = require("fs"),
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
var opts = {
version: "1.81",
short_version: "1.8.1",
final_version: "1.8.1",
version: "1.8.2",
short_version: "1.8.2",
final_version: "1.8.2",
categories: []
};