Skip to content

Commit d9518c6

Browse files
committed
fix: attempt to fix semantic-release hotfix handling
1 parent f21814b commit d9518c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ module.exports = {
77
},
88
{
99
name: 'hotfix/REPLACE', // replace with actual hotfix branch name
10-
channel: 'hotfix'
10+
channel: 'hotfix',
11+
prerelease: 'hotfix'
1112
},
1213
{
1314
name: 'beta',

0 commit comments

Comments
 (0)