Skip to content

Commit 044ee41

Browse files
committed
Update release notes script to 1.8.2 and add debug option.
1 parent 022b265 commit 044ee41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/release-notes.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ var fs = require("fs"),
99
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
1010

1111
var opts = {
12-
version: "1.81",
13-
short_version: "1.8.1",
14-
final_version: "1.8.1",
12+
version: "1.8.2",
13+
short_version: "1.8.2",
14+
final_version: "1.8.2",
1515
categories: []
1616
};
1717

0 commit comments

Comments
 (0)