diff --git a/.vscode/settings.json b/.vscode/settings.json index 9eb65804..95af81b3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,28 +3,27 @@ "i18n-ally.localesPaths": "locales", "i18n-ally.sortKeys": true, "files.exclude": { - "**/node_modules": true, - "**/src/content/de": true, - "**/public": true, - "**/dist": true, - "**/src/content/es": true, - "**/src/content/fr": true, - "**/src/content/id": true, - "**/src/content/it": true, - "**/src/content/ja": true, - "**/src/content/ko": true, + "node_modules": true, + "src/content/de": true, + "public": true, + "dist": true, + "src/content/es": true, + "src/content/fr": true, + "src/content/id": true, + "src/content/it": true, + "src/content/ja": true, + "src/content/ko": true, }, "search.exclude": { - "**/node_modules": true, - "**/public": true, - "**/dist": true, - "**/folderToIgnore1": true, - "**/src/content/de": true, - "**/src/content/es": true, - "**/src/content/fr": true, - "**/src/content/id": true, - "**/src/content/it": true, - "**/src/content/ja": true, - "**/src/content/ko": true, + "node_modules": true, + "public": true, + "dist": true, + "src/content/de": true, + "src/content/es": true, + "src/content/fr": true, + "src/content/id": true, + "src/content/it": true, + "src/content/ja": true, + "src/content/ko": true, } } diff --git a/src/content/blog/how-I-manage-semantic-release-with-CapGo-CapacitorUpdater.md b/src/content/blog/how-I-manage-semantic-release-with-CapGo-CapacitorUpdater.md index a539fd00..37fbbaa9 100644 --- a/src/content/blog/how-I-manage-semantic-release-with-CapGo-CapacitorUpdater.md +++ b/src/content/blog/how-I-manage-semantic-release-with-CapGo-CapacitorUpdater.md @@ -1,6 +1,6 @@ --- -slug: how-rapido-cloud-manage-semantic-rerlease-with-CapGo-CapacitorUpdater -title: How Rapido Cloud manage Semantic Release with CapGo CapacitorUpdater +slug: how-rapido-cloud-manage-semantic-rerlease-with-capco-capacitor-updater +title: How Rapido Cloud manage Semantic Release with Capgo CapacitorUpdater description: >- This is how I set up semantic release to manage releases of my applications which use CapGo CapacitorUpdater