Manu Dawber
Results
2
comments of
Manu Dawber
trafficstars
@vyacheslav31 this worked for me: ```hcl resource "null_resource" "bootstrap_cloudsql" { depends_on = [google_cloudfunctions2_function.placeholder] provisioner "local-exec" { command =
For anyone facing this with GitHub merge commits: ```python from semantic_release.history import angular_parser from semantic_release.history.parser_helpers import ParsedCommit MERGE_COMMIT_PREFIX = "Merge pull request" def parse_commit_message(message: str) -> ParsedCommit: """Extends the `angular_parser`...