mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix(release): changelog script
This commit is contained in:
parent
c8b2ebe656
commit
758a6cee9a
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user