diff --git a/src/commands/PushCommand.ts b/src/commands/PushCommand.ts index a5a6e2b..8bebe0b 100644 --- a/src/commands/PushCommand.ts +++ b/src/commands/PushCommand.ts @@ -177,7 +177,7 @@ export class PushCommand extends CLICommand { } const relevantCommits = allCommits.filter(c => parseTodoTransition(c.subject) !== null - ) + ).reverse() if (relevantCommits.length === 0) { console.log("No transitions to push")