ci: add github after release

This commit is contained in:
陈文彬
2020-10-07 10:29:28 +08:00
parent e6093aa4f4
commit ee3f9d3191
5 changed files with 62 additions and 20 deletions

View File

@@ -5,8 +5,7 @@ import chalk from 'chalk';
const createChangeLog = async () => {
try {
let cmd = `conventional-changelog -p angular -i CHANGELOG.md -s -r 0 `;
// let cmd = `conventional-changelog -p angular -i CHANGELOG.md -s -r 0 `;
let cmd = `conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0 `;
// if (shell.which('git')) {
// cmd += '&& git add CHANGELOG.md';
// }