Skip to content

Commit c291823

Browse files
jonrohanAndarist
andauthored
Set the name of created releases - which ends up as its title in the UI (#84)
* Sending name: argument to createRelease * Rebuild the dist file Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
1 parent aacbc22 commit c291823

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const createRelease = async (
3434
}
3535

3636
await octokit.repos.createRelease({
37+
name: tagName,
3738
tag_name: tagName,
3839
body: changelogEntry.content,
3940
prerelease: pkg.packageJson.version.includes("-"),

0 commit comments

Comments
 (0)