fix changelog collect

This commit is contained in:
Prospector
2026-08-20 14:46:54 -07:00
parent 2909aa49ca
commit 32a43f2a22
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@ import { execSync } from 'child_process'
import chalk from 'chalk'
import * as fs from 'fs'
import * as path from 'path'
import { fileURLToPath } from 'url'
const __dirname = path.dirname(fileURLToPath(import.meta.url))
type Product = 'web' | 'app' | 'hosting'
+3
View File
@@ -4,6 +4,9 @@ import type { TSESTree } from '@typescript-eslint/typescript-estree'
import chalk from 'chalk'
import * as fs from 'fs'
import * as path from 'path'
import { fileURLToPath } from 'url'
const __dirname = path.dirname(fileURLToPath(import.meta.url))
// i18n symbols that should be imported from @modrinth/ui
const I18N_SYMBOLS = ['useVIntl', 'defineMessage', 'defineMessages', 'IntlFormatted'] as const