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:
behnam 2026-03-05 13:48:21 +00:00
parent f70fb6e1d0
commit 68e92e5e31

View File

@ -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,