fix/channel-config #1

Merged
behnam merged 3 commits from fix/channel-config into main 2026-03-05 13:53:58 +00:00
Showing only changes of commit dc8d23f043 - Show all commits

View File

@ -80,7 +80,7 @@ module.exports = {
'master', 'master',
{ name: 'develop', prerelease: 'beta' }, { name: 'develop', prerelease: 'beta' },
{ name: 'release/*', prerelease: 'rc', channel: 'rc' } { name: 'release/*', prerelease: 'rc', channel: 'rc' }

Why no comma at the end?

Why no comma at the end?
], ],
tagFormat: 'v${version}', tagFormat: 'v${version}',
plugins, plugins,
}; };