Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit d6d5cce

Browse files
authored
Fix formatting in unreleased issue comment for clarity (#320)
1 parent 194605e commit d6d5cce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

release-pipeline/ReleasePipeline.js

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

release-pipeline/ReleasePipeline.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ export class ReleasePipeline {
4343
}
4444
}
4545

46-
await issue.postComment(`${key}
47-
Issue marked as unreleased but unable to locate closing commit in issue timeline. You can manually reference a commit by commenting \`\\closedWith someCommitSha\`, or directly add the \`${this.insidersReleasedLabel}\` label if you know this has already been releaased`);
46+
await issue.postComment(
47+
`${key}\nIssue marked as unreleased but unable to locate closing commit in issue timeline. You can manually reference a commit by commenting \`\\closedWith someCommitSha\`, or directly add the \`${this.insidersReleasedLabel}\` label if you know this has already been released`,
48+
);
4849
}
4950

5051
private async update(issue: GitHubIssue, latestRelease: Release) {

0 commit comments

Comments
 (0)