fix/channel-config #1

Merged
behnam merged 3 commits from fix/channel-config into main 2026-03-05 13:53:58 +00:00
Member
No description provided.
behnam added 2 commits 2026-03-05 13:49:40 +00:00
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
weissmall approved these changes 2026-03-05 13:51:41 +00:00
@ -80,3 +80,3 @@
'master',
{ name: 'develop', prerelease: 'beta' },
{ name: 'release/*', prerelease: 'rc' },
{ name: 'release/*', prerelease: 'rc', channel: 'rc' }
Owner

Why no comma at the end?

Why no comma at the end?
behnam added 1 commit 2026-03-05 13:53:25 +00:00
behnam merged commit fd47c1858a into main 2026-03-05 13:53:58 +00:00
behnam deleted branch fix/channel-config 2026-03-05 13:53:58 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Jenkins/semantic#1
No description provided.