File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,9 @@ the existing content.
105105* [ ] Update ** user_guide_src/source/installation/upgrade_4xx.rst**
106106 * [ ] fill in the "All Changes" section using the following command, and add it to ** upgrade_4xx.rst** :
107107 ```
108- git diff --name-status origin/master -- . ':!.github/' ':!admin/' ':!system/' ':!tests/' \
109- ':!user_guide_src/' ':!utils/' ':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' \
108+ git diff --name-status upstream/master -- . ':!.github/' ':!admin/' ':!changelogs/' ':!contributing/' \
109+ ':!system/' ':!tests/' ':!user_guide_src/' ':!utils/' \
110+ ':!*.json' ':!*.xml' ':!*.dist' ':!rector.php' ':!deptrac.yml' \
110111 ':!phpstan*' ':!psalm*' ':!.php-cs-fixer.*' ':!LICENSE' ':!CHANGELOG.md'
111112 ```
112113 * Note: `tests/` is not used for distribution repos. See `admin/starter/tests/`.
You can’t perform that action at this time.
0 commit comments