Skip to content

Commit

Permalink
s/Bump/Bumped/
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Jun 17, 2024
1 parent a3fcc56 commit 6db1d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ngx-wasm-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# create or update changelog file
readonly CHANGELOG_FILE=changelog/unreleased/kong/bump-ngx-wasm-module.yml
{
printf 'message: "Bump `ngx_wasm_module` to `%s`"\n' "$TO"
printf 'message: "Bumped `ngx_wasm_module` to `%s`"\n' "$TO"
printf 'type: dependency\n'
} > "$CHANGELOG_FILE"
Expand Down

0 comments on commit 6db1d42

Please sign in to comment.