From cff5c94ce9b7eb83587e311b08d18ecb6f490fc2 Mon Sep 17 00:00:00 2001 From: TED Vortex Date: Thu, 3 Feb 2022 03:59:10 +0200 Subject: [PATCH] fix: correct glob for public assets and supabase --- release.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.config.js b/release.config.js index 5d32c34..6cd1be8 100644 --- a/release.config.js +++ b/release.config.js @@ -144,8 +144,8 @@ addPlugin("@semantic-release/git", { "npm-shrinkwrap.json", "yarn.lock", "pnpm-lock.yaml", - "public/*", - "supabase/*", + "public/**/*", + "supabase/**/*", "action.yml" ], "message": `chore(<%= nextRelease.type %>): release <%= nextRelease.version %> <%= nextRelease.channel !== null ? \`on \${nextRelease.channel} channel \` : '' %>[skip ci]\n\n<%= nextRelease.notes %>`