Skip to content

Commit 202fb49

Browse files
[autofix.ci] apply automated fixes
1 parent 8669b73 commit 202fb49

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
shellEmulator: true
2+
3+
trustPolicy: no-downgrade
4+
15
packages:
26
- src
37
- "!**/dist/**"

src/core/releaser/github.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ export default class GitHub extends ReleaseBase {
3535
const release = await this.createRelease({
3636
...this.remote,
3737
tag_name: this.ctx.release.bumpp
38-
.tag!.toString().replaceAll("%s", version),
38+
.tag!
39+
.toString()
40+
.replaceAll("%s", version),
3941
name: `Release v${version}`,
4042
body: await this.getChangelog(),
4143
prerelease: version.includes("-"),

0 commit comments

Comments
 (0)