Skip to content

Commit 439105f

Browse files
committed
chore: temporary turn off automatic GitHub release creation
1 parent a0c0d76 commit 439105f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

release.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ module.exports = {
4646
assets: ['package.json', 'CHANGELOG.md'],
4747
},
4848
],
49-
[
50-
'@semantic-release/github',
51-
{
52-
draftRelease: false,
53-
},
54-
],
49+
// [
50+
// '@semantic-release/github',
51+
// {
52+
// draftRelease: false,
53+
// },
54+
// ],
5555
],
5656
};

0 commit comments

Comments
 (0)