Skip to content
Permalink
Browse files
Update release notes script to 1.8.2 and add debug option.
  • Loading branch information
dmethvin committed Sep 21, 2012
1 parent 022b265 commit 044ee41
Showing 1 changed file with 3 additions and 3 deletions.
@@ -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: []
};

0 comments on commit 044ee41

Please sign in to comment.