Skip to content

Commit 0e2d1bd

Browse files
bors[bot]Frassle
andauthored
Merge #17
17: Fix PR link template r=AaronFriel a=Frassle Fixes pulumi/pulumi#10939 Co-authored-by: Fraser Waters <[email protected]> Co-authored-by: Fraser Waters <[email protected]>
2 parents dc4b9d5 + 37cfffc commit 0e2d1bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

internal/changelog/markdown.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var markdownTemplateText = `
3030
- {{ template "scope" $change.Scope }}{{ $change.Description }}
3131
{{- if $change.GitHubMeta.PullRequestNumbers }}
3232
{{- range $pr := $change.GitHubMeta.PullRequestNumbers }}
33-
[#{{ $pr }}](https://github.com/pulumi/pulumi/pulls/{{ $pr }})
33+
[#{{ $pr }}](https://github.com/pulumi/pulumi/pull/{{ $pr }})
3434
{{- end }}
3535
{{- end }}
3636
{{ end }}

internal/changelog/markdown_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,19 @@ types:
8181
### Improvements
8282
8383
- [cli/{backend,engine}] Foo bar baz
84-
[#9001](https://github.com/pulumi/pulumi/pulls/9001)
84+
[#9001](https://github.com/pulumi/pulumi/pull/9001)
8585
8686
- [sdk/go] Make SDK go brrrr
87-
[#10000](https://github.com/pulumi/pulumi/pulls/10000)
87+
[#10000](https://github.com/pulumi/pulumi/pull/10000)
8888
8989
9090
### Bug Fixes
9191
9292
- [sdkgen/go] Fix Go SDK code generation
93-
[#20001](https://github.com/pulumi/pulumi/pulls/20001)
93+
[#20001](https://github.com/pulumi/pulumi/pull/20001)
9494
9595
- [sdkgen/nodejs] Fix Typescript SDK code generation.
96-
[#20000](https://github.com/pulumi/pulumi/pulls/20000)
96+
[#20000](https://github.com/pulumi/pulumi/pull/20000)
9797
9898
`)
9999
want.Equal(t, buf.String())

0 commit comments

Comments
 (0)