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 d6430f0 commit 43795fbCopy full SHA for 43795fb
src/index.ts
@@ -29,3 +29,5 @@ export default async function createReleasePR(
29
client.assignReviewers(releasePR, prs);
30
return client.updatePR(releasePR, message);
31
}
32
+
33
+module.exports = createReleasePR;
0 commit comments