Skip to content

Commit f3a9f69

Browse files
Update auto-bumper comment to clarify version change
Modified the auto-bumper workflow comment to include "from" in the version bump message for improved clarity. This helps better communicate the version transition in pull request comments.
1 parent b288c56 commit f3a9f69

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 from ${pkg.version}...`
6868
})
6969
7070

0 commit comments

Comments
 (0)