Remove reference to players_changelog
(cherry-picked from commit 5bb72d7c89
)
This commit is contained in:
parent
f05ca6536d
commit
39ff3e9114
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ find data/ -not -name "*.png" -not -name "*.ogg" -not -name "*.jpg" -not -name "
|
|||
find po/ -type f -print0 | xargs -0 isutf8 -- || exit_code=1
|
||||
|
||||
isutf8 changelog.md || exit_code=1
|
||||
isutf8 players_changelog.md || exit_code=1
|
||||
isutf8 RELEASE_NOTES || exit_code=1
|
||||
|
||||
if [ $exit_code != 0 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue