fix(aws-waf): trigger release-please for #343 - #348
Merged
Conversation
release-please failed to parse #343's squash-merge commit (nested parentheses in an embedded code snippet inside the PR body broke its footer/reference parser — confirmed via the release workflow's own logs: "unexpected token '(' at 36:14"). No functional change; this commit exists only so release-please sees a cleanly-parseable commit touching this path and cuts a real release tag for the regex_match_statement addition.
saitbutun
pushed a commit
that referenced
this pull request
Sep 2, 2026
🤖 I have created a release *beep* *boop* --- ## [0.4.1](aws-waf-v0.4.0...aws-waf-v0.4.1) (2026-09-02) ### Bug Fixes * **aws-waf:** trigger release-please for [#343](#343) ([#348](#348)) ([92f4254](92f4254)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release-please silently failed to cut a release for
modules/aws-wafafter #343 merged — its commit-message parser choked on nested parentheses in an embedded Terraform code snippet inside that PR's body (length(lookup(...))), confirmed in the release workflow's own logs:No functional change here — a clean, simple commit so release-please can detect and cut the missing tag for #343's
regex_match_statementaddition.