Skip to content

Commit 6d84db0

Browse files
committed
chore: update release config v6
1 parent 07376e8 commit 6d84db0

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- develop
77
- main
8+
- V6
89
- 'v[0-9]+.[0-9]+.[0-9]+*beta*'
910
types: [opened, synchronize]
1011

.github/workflows/next-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- develop
7+
- V6
78

89
jobs:
910
publish-next:

release/next.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ configPromise.then((config) => {
88
...config,
99
branches: [
1010
'main',
11+
{
12+
name:"V6",
13+
range: "6.x",
14+
},
1115
{
1216
name: 'develop',
1317
channel: 'beta',

release/release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ module.exports = Promise.resolve().then(() => {
8282
const lernaPackage = require('../lerna.json');
8383

8484
return {
85+
dryRun: true,
8586
extends: [`${__dirname}/monorepo-setup.js`],
8687
workspaces: lernaPackage.packages,
8788
filterPath: process.env.FILTER_PATH,

0 commit comments

Comments
 (0)