sforkowany z mirror/soapbox
Danger: improve phrasing of changelog warning
rodzic
5b79f91c53
commit
5bfe3d8f99
|
@ -11,7 +11,7 @@ if (docs.edited) {
|
||||||
const changelog = danger.git.fileMatch('CHANGELOG.md');
|
const changelog = danger.git.fileMatch('CHANGELOG.md');
|
||||||
|
|
||||||
if (!changelog.edited) {
|
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
|
// UI components
|
||||||
|
|
Ładowanie…
Reference in New Issue