Skip to content

Commit ee7b4a9

Browse files
committed
refactor!: test
BREAKING CHANGE: testing
1 parent 5c7681f commit ee7b4a9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.releaserc.mjs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,21 @@ const config = {
2424
type: 'docs',
2525
release: 'minor',
2626
},
27-
// {
28-
// type: 'refactor',
29-
// release: 'minor',
30-
// },
27+
{
28+
type: 'refactor',
29+
release: 'minor',
30+
},
3131
],
3232
},
3333
],
3434
'@semantic-release/release-notes-generator',
3535
'@anolilab/semantic-release-pnpm',
36+
'@semantic-release/github',
3637
],
3738
}
3839

39-
if (process.env.BRANCH === 'main') {
40-
config.plugins.push('@semantic-release/github')
41-
}
40+
// if (process.env.BRANCH === 'main') {
41+
// config.plugins.push('@semantic-release/github')
42+
// }
4243

4344
export default config

0 commit comments

Comments
 (0)