Skip to content

Commit 1d1d695

Browse files
authored
v5.0.1-alpha.0-20230328-08bb2650 (#2151)
1 parent 98f866b commit 1d1d695

File tree

148 files changed

+31214
-31219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+31214
-31219
lines changed

lerna.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useWorkspaces": true,
3-
"version": "5.0.0",
3+
"version": "5.0.1-alpha.0-20230328-08bb2650",
44
"//": "Set up some command options",
55
"command": {
66
"//": "Running a script should show the output while it is generated",
@@ -9,13 +9,8 @@
99
},
1010
"version": {
1111
"//": "This is required for the release-script",
12-
"allowBranch": [
13-
"master",
14-
"*.x"
15-
],
16-
"ignoreChanges": [
17-
"*.md"
18-
],
12+
"allowBranch": ["master", "*.x"],
13+
"ignoreChanges": ["*.md"],
1914
"exact": true
2015
}
2116
}

0 commit comments

Comments
 (0)