Skip to content

Commit

Permalink
🔧 chore: 更新 release 配置,不发包
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 8, 2023
1 parent c181775 commit 542995f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module.exports = {
extends: ['semantic-release-config-gitmoji'],
};
const createConfig = require('semantic-release-config-gitmoji/lib/createConfig');

const config = createConfig({ npmPublish: false });

module.exports = config;

1 comment on commit 542995f

@vercel
Copy link

@vercel vercel bot commented on 542995f Jan 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.