ci(news): mention that ignoring news.txt is fine (#22043)

news.txt is only meant as a reminder, but contributors have no way of
knowing this automatically without such a message.
This commit is contained in:
dundargoc 2023-01-29 17:03:53 +01:00 committed by GitHub
parent 930125647f
commit 9cb3b276bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,10 @@ jobs:
{
echo "
Pull request includes a new feature or a breaking change, but
news.txt hasn't been updated yet. news.txt is our primary way of
communicating changes to users so it's important to keep it up to
date."
news.txt hasn't been updated yet. This is just a reminder
that news.txt may need to be updated. You can ignore this CI
failure if you think the change won't be of interest to
users."
exit 1
}
fi