We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab75fbd + a694b4f commit d0cf4edCopy full SHA for d0cf4ed
.circleci/config.yml
@@ -243,6 +243,9 @@ jobs:
243
- store_artifacts:
244
path: dist
245
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
249
- run:
250
name: Preview plot-schema diff between previous and next releases (only on master)
251
command: |
0 commit comments