We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30288b commit afa4edbCopy full SHA for afa4edb
src/validatePrTitle.js
@@ -75,7 +75,7 @@ export default async function validatePrTitle(
75
raiseError(
76
`Unknown release type "${
77
result.type
78
- }" found in pull request title "${prTitle}". \n\n${printAvailableTypes()}`
+ }" found in pull request title "${prTitle}".\n\n${printAvailableTypes()}`
79
);
80
}
81
0 commit comments