Skip to content

Commit 74a3978

Browse files
committed
BREAKING CHANGE: V7 release candidate
1 parent d0dd875 commit 74a3978

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.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+
- V7
78

89
jobs:
910
publish-next:

.github/workflows/sdk-size-metrics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- develop
1111
- main
12+
- V7
1213

1314
env:
1415
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI

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)