Skip to content

Commit

Permalink
fix: missing emoji in title
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed May 15, 2024
1 parent 5546eb8 commit e3cbaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ class ReleaseItPnpmPlugin extends Plugin {
try {
const { config, md, commits } = await generate({
token,
emoji: true,
dry: this.options['dry-run'],
})
webUrl = `https://${config.baseUrl}/${config.repo}/releases/new?title=${encodeURIComponent(String(config.name || config.to))}&body=${encodeURIComponent(String(md))}&tag=${encodeURIComponent(String(config.to))}&prerelease=${config.prerelease}`
Expand Down

0 comments on commit e3cbaf3

Please sign in to comment.