diff --git a/lib/promote_release.js b/lib/promote_release.js index d717110f..c524a307 100644 --- a/lib/promote_release.js +++ b/lib/promote_release.js @@ -195,6 +195,12 @@ export default class ReleasePromotion extends Session { } } + cli.separator(); + cli.warn('Reminder: Lint markdown files'); + cli.info('You might need to amend the commit if there are issues:'); + cli.info('make lint-md'); + cli.separator(); + // Push to the remote the release tag, and default, release, and staging branch. await this.pushToRemote(workingOnNewReleaseCommit);