Skip to content

Commit 850192c

Browse files
committed
chore: update RELEASE.md for ignored paths in "all changes"
1 parent 4cdbee1 commit 850192c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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 origin/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)