Skip to content

Commit afa4edb

Browse files
authored
fix: Remove trailing whitespace from "unknown release type" error message (#291)
1 parent a30288b commit afa4edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validatePrTitle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default async function validatePrTitle(
7575
raiseError(
7676
`Unknown release type "${
7777
result.type
78-
}" found in pull request title "${prTitle}". \n\n${printAvailableTypes()}`
78+
}" found in pull request title "${prTitle}".\n\n${printAvailableTypes()}`
7979
);
8080
}
8181

0 commit comments

Comments
 (0)