Skip to content

Commit 0cd4734

Browse files
spike-rabbitfh1ch
authored andcommitted
build(release): use release branches instead of maintenance branches
This change was already done on main.
1 parent 47e50cf commit 0cd4734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { commitTypes, releaseRules } from './tools/semantic-release/config.js';
44
export default {
55
branches: [
66
{
7-
name: 'maintenance/+([0-9])?(.{+([0-9]),x}).x',
8-
channel: "${name.replace(/^maintenance\\//g, '')}"
7+
name: 'release/+([0-9])?(.{+([0-9]),x}).x',
8+
channel: "${name.replace(/^release\\//g, '')}"
99
},
1010
'main',
1111
{

0 commit comments

Comments
 (0)