Skip to content

Commit d0cf4ed

Browse files
authored
Merge pull request #5905 from plotly/stats-diff
preview stats diff on ci
2 parents ab75fbd + a694b4f commit d0cf4ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ jobs:
243243
- store_artifacts:
244244
path: dist
245245
destination: dist
246+
- run:
247+
name: View dist/README.md diff between previous and next releases (including new bundle sizes)
248+
command: git --no-pager diff --color-words tags/$(git describe --tags --abbrev=0) dist/README.md || true
246249
- run:
247250
name: Preview plot-schema diff between previous and next releases (only on master)
248251
command: |

0 commit comments

Comments
 (0)