Skip to content

Commit

Permalink
chore: commit ext & manifest on release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Nov 10, 2024
1 parent 3532328 commit 948893c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,20 @@ const config = {
path: '_packaged/**/*.*',
label: 'Playnite Web Plugin',
},
{ path: '**/manifest.yaml' },
],
},
],
[
'@semantic-release/git',
{
assets: [
'apps/PlayniteWebPlugin/src/manifest.yaml',
'apps/PlayniteWebPlugin/src/extension.yaml',
],
message:
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
],
}

Expand Down

0 comments on commit 948893c

Please sign in to comment.