Skip to content

Commit 69b7766

Browse files
authored
Return exit code 1 on error for gren changelog (#294)
1 parent 305e5c6 commit 69b7766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/gren-changelog.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ changelogCommand.init()
3232
})
3333
.catch(error => {
3434
console.error(error);
35+
process.exit(1);
3536
});

0 commit comments

Comments
 (0)