We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b0a52 commit 8a09d32Copy full SHA for 8a09d32
1 file changed
packages/utils/src/cmds/release.js
@@ -133,6 +133,7 @@ const handler = async ({ publish }) => {
133
}
134
} catch (err) {
135
reporter.error(`The automated release failed with ${err}`)
136
+ process.exit(1)
137
138
139
0 commit comments