Skip to content

Commit

Permalink
fix: slug
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 21, 2024
2 parents f1fc52d + ccf6376 commit 63fcf50
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
41 changes: 20 additions & 21 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 63fcf50

Please sign in to comment.