Skip to content

Commit

Permalink
fix: correct glob for public assets and supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex committed Feb 3, 2022
1 parent e2a6412 commit cff5c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.config.js
Expand Up @@ -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 %>`
Expand Down

0 comments on commit cff5c94

Please sign in to comment.