Skip to content

Commit 9292871

Browse files
authored
Fix cherry-pick change types (#1235)
1 parent cbde77d commit 9292871

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"changes": [
33
{
4-
"type": "patch",
5-
"comment": "Fix npm auth environment variables with yarn 4",
4+
"type": "none",
5+
"comment": "(cherry-pick) Fix npm auth environment variables with yarn 4",
66
"packageName": "beachball",
77
"email": "elcraig@microsoft.com",
8-
"dependentChangeType": "patch"
8+
"dependentChangeType": "none"
99
}
1010
]
11-
}
11+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"changes": [
33
{
4-
"type": "patch",
5-
"comment": "Fully fix iterative deepening for latest git",
4+
"type": "none",
5+
"comment": "(cherry-pick) Fully fix iterative deepening for latest git",
66
"packageName": "beachball",
77
"email": "elcraig@microsoft.com",
8-
"dependentChangeType": "patch"
8+
"dependentChangeType": "none"
99
}
1010
]
11-
}
11+
}

0 commit comments

Comments
 (0)