Skip to content

Commit

Permalink
style(workflows): proper changelog wording
Browse files Browse the repository at this point in the history
  • Loading branch information
locao committed Jun 17, 2024
1 parent 8b6186c commit ecb0e31
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 @@ -82,7 +82,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 ecb0e31

Please sign in to comment.