Skip to content

Commit d7c18db

Browse files
authored
chore: update RELEASE.md for ignored paths in "all changes" (#9913)
1 parent 122299c commit d7c18db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

admin/RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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/`.

0 commit comments

Comments
 (0)