Commit a317e317 authored by nanahira's avatar nanahira

commit the update changlong

parent c3474cb1
...@@ -173,7 +173,7 @@ var updateChangelogs = function(message) { ...@@ -173,7 +173,7 @@ var updateChangelogs = function(message) {
var pushHTMLs = function() { var pushHTMLs = function() {
try { try {
execSync('git add ' + config.changelog_filename, { cwd: config.git_html_path, env: process.env }); execSync('git add ' + config.changelog_filename, { cwd: config.git_html_path, env: process.env });
//execSync('git commit -m update-auto', { cwd: config.git_html_path, env: process.env }); execSync('git commit -m update-auto', { cwd: config.git_html_path, env: process.env });
} catch (error) { } catch (error) {
sendResponse("git error: "+error.stdout); sendResponse("git error: "+error.stdout);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment