mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Don't let the release notes script truncate!
This commit is contained in:
parent
81bf633596
commit
e41553950d
@ -9,9 +9,9 @@ var fs = require("fs"),
|
||||
extract = /<a href="\/ticket\/(\d+)" title="View ticket">(.*?)<[^"]+"component">\s*(\S+)/g;
|
||||
|
||||
var opts = {
|
||||
version: "1.7.2rc1",
|
||||
short_version: "1.7.2rc1",
|
||||
final_version: "1.7.2",
|
||||
version: "1.8",
|
||||
short_version: "1.8",
|
||||
final_version: "1.8",
|
||||
categories: []
|
||||
};
|
||||
|
||||
@ -19,7 +19,7 @@ http.request({
|
||||
host: "bugs.jquery.com",
|
||||
port: 80,
|
||||
method: "GET",
|
||||
path: "/query?status=closed&resolution=fixed&component=!web&order=component&milestone=" + opts.final_version
|
||||
path: "/query?status=closed&resolution=fixed&max=400&component=!web&order=component&milestone=" + opts.final_version
|
||||
}, function (res) {
|
||||
var data = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user