mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 21:28:28 +08:00
ci: add github after release
This commit is contained in:
@@ -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';
|
||||
// }
|
||||
|
Reference in New Issue
Block a user