We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f266f commit 01d10dfCopy full SHA for 01d10df
lib/landing_session.js
@@ -436,6 +436,10 @@ export default class LandingSession extends Session {
436
437
if (!forceLand) {
438
cli.info('Please fix the commit message and try again.');
439
+ cli.log('Please manually ammend the commit message, by running\n' +
440
+ '`git commit --amend`\n' +
441
+ 'Once commit message is fixed, finish the landing command running\n' +
442
+ '`git node land --continue`');
443
process.exit(1);
444
}
445
0 commit comments