Skip to content

Commit 34f98a6

Browse files
committed
chore(release.config.ts): comment out GitHub registry configuration to prevent accidental usage during release process
1 parent 998d98b commit 34f98a6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

release.config.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ export default {
2727
'@amanda-mitchell/semantic-release-npm-multiple',
2828
{
2929
registries: {
30-
github: {
31-
assets: [
32-
'dist/**',
33-
'package.json',
34-
'CHANGELOG.md',
35-
'LICENSE',
36-
'README.md',
37-
],
38-
},
30+
// github: {
31+
// assets: [
32+
// 'dist/**',
33+
// 'package.json',
34+
// 'CHANGELOG.md',
35+
// 'LICENSE',
36+
// 'README.md',
37+
// ],
38+
// },
3939
public: {
4040
assets: [
4141
'dist/**',

0 commit comments

Comments
 (0)