Extract weblate types, constants, logic
This commit is contained in:
@@ -10,7 +10,8 @@ import yargs from 'yargs';
|
||||
import { hideBin } from 'yargs/helpers';
|
||||
import dayjs from 'dayjs';
|
||||
import { createCommitChangelog } from './release/CommitChangelog.utils.ts';
|
||||
import { createTranslationChangelog, validateWeblateDates } from './release/TranslationChangelog.utils.ts';
|
||||
import { createTranslationChangelog } from './release/TranslationChangelog.utils.ts';
|
||||
import { validateWeblateDates } from './weblate/Weblate.utils.ts';
|
||||
|
||||
const { sha, date } = yargs(hideBin(process.argv))
|
||||
.options({
|
||||
|
||||
Reference in New Issue
Block a user