File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ var markdownTemplateText = `
30
30
- {{ template "scope" $change.Scope }}{{ $change.Description }}
31
31
{{- if $change.GitHubMeta.PullRequestNumbers }}
32
32
{{- range $pr := $change.GitHubMeta.PullRequestNumbers }}
33
- [#{{ $pr }}](https://github.com/pulumi/pulumi/pulls /{{ $pr }})
33
+ [#{{ $pr }}](https://github.com/pulumi/pulumi/pull /{{ $pr }})
34
34
{{- end }}
35
35
{{- end }}
36
36
{{ end }}
Original file line number Diff line number Diff line change @@ -81,19 +81,19 @@ types:
81
81
### Improvements
82
82
83
83
- [cli/{backend,engine}] Foo bar baz
84
- [#9001](https://github.com/pulumi/pulumi/pulls /9001)
84
+ [#9001](https://github.com/pulumi/pulumi/pull /9001)
85
85
86
86
- [sdk/go] Make SDK go brrrr
87
- [#10000](https://github.com/pulumi/pulumi/pulls /10000)
87
+ [#10000](https://github.com/pulumi/pulumi/pull /10000)
88
88
89
89
90
90
### Bug Fixes
91
91
92
92
- [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)
94
94
95
95
- [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)
97
97
98
98
` )
99
99
want .Equal (t , buf .String ())
You can’t perform that action at this time.
0 commit comments