fix(release): changelog script

This commit is contained in:
xilesun 2024-09-10 12:49:50 +08:00
parent c8b2ebe656
commit 758a6cee9a

View File

@ -4,7 +4,7 @@ const path = require('path');
const { Command } = require('commander'); const { Command } = require('commander');
const program = new Command(); const program = new Command();
program.option('-f, --from [from]').option('-t, --to [to]').option('-v, --ver [ver]').option('--test'); program.option('-f, --from [from]').option('-t, --to [to]').option('-v, --ver [ver]', '', 'beta').option('--test');
program.parse(process.argv); program.parse(process.argv);
const header = { const header = {