Skip to content

Commit

Permalink
style(workflows): proper changelog wording (#13223)
Browse files Browse the repository at this point in the history
  • Loading branch information
locao authored Jun 18, 2024
1 parent 19ee6a9 commit 44296b1
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

1 comment on commit 44296b1

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:44296b165c423f81d2307b4e90777040a1ebd2a8
Artifacts available https://github.com/Kong/kong/actions/runs/9559988552

Please sign in to comment.