From e7cf757c35c264d09f00d4c67a3fb680f1f01063 Mon Sep 17 00:00:00 2001 From: NKDuy Date: Fri, 29 Nov 2024 22:45:01 +0700 Subject: [PATCH] chore: update org name --- scripts/utils/options.ts | 2 +- scripts/utils/test/options.spec.ts | 2 +- scripts/utils/test/release-utils.spec.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/utils/options.ts b/scripts/utils/options.ts index 44c95e46..b2c8cd6c 100644 --- a/scripts/utils/options.ts +++ b/scripts/utils/options.ts @@ -53,7 +53,7 @@ export function getOptions(rootDir: string, inputOpts: Partial = { const jqueryVersion = jqueryPkg.version; const opts: BuildOptions = { - ghRepoOrg: 'familyjs', + ghRepoOrg: 'rindojs', ghRepoName: 'rindo', rootDir, srcDir, diff --git a/scripts/utils/test/options.spec.ts b/scripts/utils/test/options.spec.ts index 54271dd1..0003feb1 100644 --- a/scripts/utils/test/options.spec.ts +++ b/scripts/utils/test/options.spec.ts @@ -29,7 +29,7 @@ describe('release options', () => { bundleHelpersDir: path.join(ROOT_DIR, 'scripts', 'bundles', 'helpers'), changelogPath: path.join(ROOT_DIR, 'CHANGELOG.md'), ghRepoName: 'rindo', - ghRepoOrg: 'familyjs', + ghRepoOrg: 'rindojs', isCI: false, isProd: false, isPublishRelease: false, diff --git a/scripts/utils/test/release-utils.spec.ts b/scripts/utils/test/release-utils.spec.ts index 37f21d52..7b5d56b6 100644 --- a/scripts/utils/test/release-utils.spec.ts +++ b/scripts/utils/test/release-utils.spec.ts @@ -22,7 +22,7 @@ describe('release-utils', () => { buildOptions = { changelogPath: 'some/mock/CHANGELOG.md', ghRepoName: 'rindo', - ghRepoOrg: 'familyjs', + ghRepoOrg: 'rindojs', tag: 'dev', vermoji: '🚗', version: '0.0.0',