Danger: improve phrasing of changelog warning

This commit is contained in:
Alex Gleason 2022-12-14 18:19:34 -06:00
parent 5b79f91c53
commit 5bfe3d8f99
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -11,7 +11,7 @@ if (docs.edited) {
const changelog = danger.git.fileMatch('CHANGELOG.md');
if (!changelog.edited) {
warn('You have not updated `CHANGELOG.md`. If this change directly impacts users, you should update the changelog. Otherwise you can ignore this message. See: https://keepachangelog.com');
warn('You have not updated `CHANGELOG.md`. If this change directly impacts admins or users, please update the changelog. Otherwise you can ignore this message. See: https://keepachangelog.com');
}
// UI components