Skip to content

Commit

Permalink
Fix release notes link (GoogleCloudPlatform#9555)
Browse files Browse the repository at this point in the history
The colon gets lumped in with the link and doesn't exist - seehttps://github.com/GoogleCloudPlatform/magic-modules/actions/runs/7053029330/job/19199293155?pr=9554 for an example
  • Loading branch information
melinath authored Nov 30, 2023
1 parent 61f0388 commit 1f7bac7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/go-changelog/cmd/changelog-pr-body-check/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ func main() {
case changelog.EntryErrorNotFound:
body := "Oops! It looks like no changelog entry is attached to" +
" this PR. Please include a release note block" +
" in the PR body, as described in https://googlecloudplatform.github.io/magic-modules/contribute/release-notes/:" +
"\n\n~~~\n```release-note:TYPE\nRelease note" +
"\n```\n~~~"
" in the PR body, as described in https://googlecloudplatform.github.io/magic-modules/contribute/release-notes/"
log.Fatal(body)
case changelog.EntryErrorUnknownTypes:
unknownTypes := err.Details["unknownTypes"].([]string)
Expand Down

0 comments on commit 1f7bac7

Please sign in to comment.