Skip to content

Commit 43795fb

Browse files
committed
Export createReleasePR as module.exports
1 parent d6430f0 commit 43795fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ export default async function createReleasePR(
2929
client.assignReviewers(releasePR, prs);
3030
return client.updatePR(releasePR, message);
3131
}
32+
33+
module.exports = createReleasePR;

0 commit comments

Comments
 (0)