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,7 +79,7 @@ module.exports = {
|
|||||||
'main',
|
'main',
|
||||||
'master',
|
'master',
|
||||||
{ name: 'develop', prerelease: 'beta' },
|
{ name: 'develop', prerelease: 'beta' },
|
||||||
{ name: 'release/*', prerelease: 'rc' },
|
{ name: 'release/*', prerelease: 'rc', channel: 'rc' }
|
||||||
],
|
],
|
||||||
tagFormat: 'v${version}',
|
tagFormat: 'v${version}',
|
||||||
plugins,
|
plugins,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user