Fix "createReleaseChangelog" script

This commit is contained in:
schroda
2025-02-09 23:19:51 +01:00
parent ece1f4c465
commit d8a682537a

View File

@@ -7,9 +7,10 @@
*/
import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';
import tokens from './tokens.json';
const { sha } = yargs
const { sha } = yargs(hideBin(process.argv))
.options({
sha: {
description: 'The hash of the last commit of the previous release',