Danger: improve phrasing of changelog warning

environments/review-changelogg-ol2hll/deployments/1744
Alex Gleason 2022-12-14 18:19:34 -06:00
rodzic 5b79f91c53
commit 5bfe3d8f99
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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