Skip to content

Commit

Permalink
Updating release note script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed May 3, 2011
1 parent 4ac2fdd commit 3cdffce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
};
Expand Down

0 comments on commit 3cdffce

Please sign in to comment.