File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3232 - 'packages/types/**'
3333 scripts:
3434 - 'packages/scripts/**'
35+ voltoRazzle:
36+ - 'packages/volto-razzle/**'
3537 voltoSlate:
3638 - 'packages/volto-slate/**'
3739 wrongNews:
8082 env :
8183 BASE_BRANCH : ${{ github.base_ref }}
8284
85+ - name : volto-razzle changelog check
86+ if : steps.filter.outputs.voltoRazzle == 'true'
87+ run : |
88+ git fetch --no-tags origin main
89+ towncrier check --compare-with origin/main --dir packages/volto-razzle
90+ env :
91+ BASE_BRANCH : ${{ github.base_ref }}
92+
8393 - name : Wrong location of news changelog check
8494 if : steps.filter.outputs.wrongNews == 'true'
8595 run : echo "News items should be moved from the repository root to the appropriate package root in `packages/package-name`." && exit 1
Original file line number Diff line number Diff line change 1+ Add CI check for volto-razzle changelog. @davisagli
You can’t perform that action at this time.
0 commit comments