Updating release note script.
This commit is contained in:
parent
4ac2fdda2c
commit
3cdffce19f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ var fs = require("fs"),
|
|||
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
|
||||
|
||||
var opts = {
|
||||
version: "1.6 RC 1",
|
||||
short_version: "1.6rc1",
|
||||
version: "1.6",
|
||||
short_version: "1.6",
|
||||
final_version: "1.6",
|
||||
categories: []
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue