Skip to content

Commit 5334f7d

Browse files
fix: add sample file to test git commit push
1 parent 8294dfd commit 5334f7d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

packages/capacitor-plugin/release.config.cjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ module.exports = {
2626
}
2727
}
2828
],
29+
[
30+
"@semantic-release/exec",
31+
{
32+
prepareCmd:
33+
"touch test.txt",
34+
},
35+
],
2936
[
3037
"@semantic-release/exec",
3138
{
@@ -38,7 +45,7 @@ module.exports = {
3845
[
3946
'@semantic-release/git',
4047
{
41-
assets: ['package.json'],
48+
assets: ['package.json', 'test.txt'],
4249
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
4350
}
4451
]

0 commit comments

Comments
 (0)