mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:27:40 +00: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 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);
|
||||
|
||||
const header = {
|
||||
|
Loading…
Reference in New Issue
Block a user