Skip to content

Commit 0ca9139

Browse files
fix(v8): add change files to trigger new publish of v8 (#34046)
1 parent d57503c commit 0ca9139

3 files changed

+15
-1
lines changed

azure-pipelines.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ extends:
124124
- script: |
125125
yarn publish:beachball -n $(npmToken) --config scripts/beachball/src/release-v8.config.js --message 'release: applying package updates - react v8'
126126
git reset --hard origin/master
127-
condition: eq(variables.dryRun, false)
127+
condition: and(succeeded(), eq(variables.dryRun, false))
128128
env:
129129
GITHUB_PAT: $(githubPAT)
130130
displayName: Publish changes and bump versions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: restore missing files from last publish.",
4+
"packageName": "@fluentui/react",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: restore missing files from last publish.",
4+
"packageName": "@fluentui/react-charting",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)