aboutsummaryrefslogtreecommitdiffstats
path: root/tools/weekly-changelog.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/weekly-changelog.js')
-rw-r--r--tools/weekly-changelog.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/weekly-changelog.js b/tools/weekly-changelog.js
index 71e1625..ad69f37 100644
--- a/tools/weekly-changelog.js
+++ b/tools/weekly-changelog.js
@@ -1,6 +1,6 @@
// script to collect the weekly changelog in a git repo
-var testing = true;
+var testing = false;
var email_to = '';
var email_bcc = 'cbrake@bec-systems.com,';
@@ -29,7 +29,7 @@ String.prototype.format = function() {
var format_report = function(projects, weekly_data) {
var ret = ''
// report header
- ret += "Changelog for " + dateutil.last_week_text() + ". Projects included in this report:\n\n";
+ ret += "Changelog " + dateutil.last_week_text() + ". Projects included in this report:\n\n";
var project;
for (project in projects) {
ret += project + ": " + projects[project] + "\n";