diff --git a/changelog/0.1.2.md b/apps/desktop/changelog/0.1.2.md similarity index 100% rename from changelog/0.1.2.md rename to apps/desktop/changelog/0.1.2.md diff --git a/changelog/0.2.0.md b/apps/desktop/changelog/0.2.0.md similarity index 100% rename from changelog/0.2.0.md rename to apps/desktop/changelog/0.2.0.md diff --git a/changelog/0.2.1.md b/apps/desktop/changelog/0.2.1.md similarity index 100% rename from changelog/0.2.1.md rename to apps/desktop/changelog/0.2.1.md diff --git a/changelog/0.2.2.md b/apps/desktop/changelog/0.2.2.md similarity index 100% rename from changelog/0.2.2.md rename to apps/desktop/changelog/0.2.2.md diff --git a/changelog/0.2.3.md b/apps/desktop/changelog/0.2.3.md similarity index 100% rename from changelog/0.2.3.md rename to apps/desktop/changelog/0.2.3.md diff --git a/changelog/0.2.4.md b/apps/desktop/changelog/0.2.4.md similarity index 100% rename from changelog/0.2.4.md rename to apps/desktop/changelog/0.2.4.md diff --git a/changelog/0.2.5.md b/apps/desktop/changelog/0.2.5.md similarity index 100% rename from changelog/0.2.5.md rename to apps/desktop/changelog/0.2.5.md diff --git a/changelog/0.2.6.md b/apps/desktop/changelog/0.2.6.md similarity index 100% rename from changelog/0.2.6.md rename to apps/desktop/changelog/0.2.6.md diff --git a/changelog/0.2.7.md b/apps/desktop/changelog/0.2.7.md similarity index 100% rename from changelog/0.2.7.md rename to apps/desktop/changelog/0.2.7.md diff --git a/changelog/0.2.8.md b/apps/desktop/changelog/0.2.8.md similarity index 100% rename from changelog/0.2.8.md rename to apps/desktop/changelog/0.2.8.md diff --git a/changelog/0.2.9.md b/apps/desktop/changelog/0.2.9.md similarity index 100% rename from changelog/0.2.9.md rename to apps/desktop/changelog/0.2.9.md diff --git a/changelog/0.3.0.md b/apps/desktop/changelog/0.3.0.md similarity index 100% rename from changelog/0.3.0.md rename to apps/desktop/changelog/0.3.0.md diff --git a/changelog/0.3.1.md b/apps/desktop/changelog/0.3.1.md similarity index 100% rename from changelog/0.3.1.md rename to apps/desktop/changelog/0.3.1.md diff --git a/changelog/0.3.2.md b/apps/desktop/changelog/0.3.2.md similarity index 100% rename from changelog/0.3.2.md rename to apps/desktop/changelog/0.3.2.md diff --git a/changelog/0.3.3.md b/apps/desktop/changelog/0.3.3.md similarity index 100% rename from changelog/0.3.3.md rename to apps/desktop/changelog/0.3.3.md diff --git a/changelog/0.3.4.md b/apps/desktop/changelog/0.3.4.md similarity index 100% rename from changelog/0.3.4.md rename to apps/desktop/changelog/0.3.4.md diff --git a/changelog/0.3.5.md b/apps/desktop/changelog/0.3.5.md similarity index 100% rename from changelog/0.3.5.md rename to apps/desktop/changelog/0.3.5.md diff --git a/changelog/0.3.6.md b/apps/desktop/changelog/0.3.6.md similarity index 100% rename from changelog/0.3.6.md rename to apps/desktop/changelog/0.3.6.md diff --git a/changelog/0.3.7.md b/apps/desktop/changelog/0.3.7.md similarity index 100% rename from changelog/0.3.7.md rename to apps/desktop/changelog/0.3.7.md diff --git a/changelog/next.md b/apps/desktop/changelog/next.md similarity index 100% rename from changelog/next.md rename to apps/desktop/changelog/next.md diff --git a/changelog/next.template.md b/apps/desktop/changelog/next.template.md similarity index 100% rename from changelog/next.template.md rename to apps/desktop/changelog/next.template.md diff --git a/scripts/apply-changelog.ts b/apps/desktop/scripts/apply-changelog.ts similarity index 100% rename from scripts/apply-changelog.ts rename to apps/desktop/scripts/apply-changelog.ts diff --git a/package.json b/package.json index 113bec4c0..b58c7aa2a 100644 --- a/package.json +++ b/package.json @@ -132,12 +132,12 @@ "bump": { "before": [ "git pull --rebase", - "tsx scripts/apply-changelog.ts ${NEW_VERSION}", - "git add changelog", + "tsx apps/desktop/scripts/apply-changelog.ts ${NEW_VERSION}", + "git add apps/desktop/changelog", "tsx apps/desktop/plugins/vite/generate-main-hash.ts", - "eslint --fix package.json", - "prettier --ignore-unknown --write package.json", - "git add package.json" + "eslint --fix apps/desktop/package.json", + "prettier --ignore-unknown --write apps/desktop/package.json", + "git add apps/desktop/package.json" ], "after": [ "gh pr create --title 'chore: Release v${NEW_VERSION}' --body 'v${NEW_VERSION}' --base main --head dev"