Skip to content

Commit

Permalink
Merge pull request #39 from yxx4c/dev
Browse files Browse the repository at this point in the history
chore(release.config.ts): comment out GitHub registry configuration
  • Loading branch information
yxx4c authored Dec 3, 2024
2 parents 62a40ff + 34f98a6 commit 130b5ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions release.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ export default {
'@amanda-mitchell/semantic-release-npm-multiple',
{
registries: {
github: {
assets: [
'dist/**',
'package.json',
'CHANGELOG.md',
'LICENSE',
'README.md',
],
},
// github: {
// assets: [
// 'dist/**',
// 'package.json',
// 'CHANGELOG.md',
// 'LICENSE',
// 'README.md',
// ],
// },
public: {
assets: [
'dist/**',
Expand Down

0 comments on commit 130b5ec

Please sign in to comment.