Skip to content

Commit b288c56

Browse files
Capitalize "BOSS" in auto-bumper comment
Updated the auto-bumper workflow to capitalize "BOSS" in the comment body for consistency and improved emphasis. This minor change enhances the clarity and tone of the message.
1 parent 164e163 commit b288c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-bumper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
issue_number: context.issue.number,
6565
owner: context.repo.owner,
6666
repo: context.repo.repo,
67-
body: `Okay boss, ⏳ Bumping version to ${pkg.version}...`
67+
body: `Okay BOSS, ⏳ Bumping version to ${pkg.version}...`
6868
})
6969
7070

0 commit comments

Comments
 (0)