fix: Add rc channel to release branch
To avoid loosing the channel and last tags in different release branches added channel so on remove a release branch and create another one, the new one won't loose the channel of tags
This commit is contained in:
parent
f70fb6e1d0
commit
68e92e5e31
@ -79,8 +79,8 @@ module.exports = {
|
||||
'main',
|
||||
'master',
|
||||
{ name: 'develop', prerelease: 'beta' },
|
||||
{ name: 'release/*', prerelease: 'rc' },
|
||||
],
|
||||
{ name: 'release/*', prerelease: 'rc', channel: 'rc' }
|
||||
],
|
||||
tagFormat: 'v${version}',
|
||||
plugins,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user