mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:27:04 +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 { 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…
Reference in New Issue
Block a user