Fix "createReleaseChangelog" script
This commit is contained in:
@@ -7,9 +7,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import yargs from 'yargs';
|
import yargs from 'yargs';
|
||||||
|
import { hideBin } from 'yargs/helpers';
|
||||||
import tokens from './tokens.json';
|
import tokens from './tokens.json';
|
||||||
|
|
||||||
const { sha } = yargs
|
const { sha } = yargs(hideBin(process.argv))
|
||||||
.options({
|
.options({
|
||||||
sha: {
|
sha: {
|
||||||
description: 'The hash of the last commit of the previous release',
|
description: 'The hash of the last commit of the previous release',
|
||||||
|
|||||||
Reference in New Issue
Block a user