Merge branch 'bugfix/6'
This commit is contained in:
commit
326c86307a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@byteb4rb1e/mime-todo",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "CLI for the MIME TODO issue tracker specification with Bugzilla integration",
|
||||
"author": "Tiara Rodney <me@tiararodney.com>",
|
||||
"license": "CC-BY-ND-4.0",
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue