Skip to content

Commit

Permalink
chore(tools): fix changelog commiting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Apr 16, 2018
1 parent a4cb567 commit 1d976bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/bump.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,10 @@ const ELECTRON_FORGE_PREFIX = '@electron-forge/';
cwd: BASE_DIR,
});
require('../ci/fix-changelog');
childProcess.execSync('git add CHANGELOG.md', {
cwd: BASE_DIR,
});
childProcess.execSync('git commit -m "Update CHANGELOG.md"', {
cwd: BASE_DIR,
});
})().catch(console.error);

0 comments on commit 1d976bb

Please sign in to comment.