Skip to content

Commit

Permalink
feat(dummy): dummy release
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Jul 28, 2024
1 parent 91fbe73 commit 0839b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
/**
* @type {import('semantic-release').GlobalConfig}
*/
// eslint-disable-next-line no-undef
module.exports = {
branches: ['master'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
// '@semantic-release/npm',
[
'@semantic-release/git',
{
Expand Down

0 comments on commit 0839b2c

Please sign in to comment.