diff --git a/.github/scripts/get-changelog b/.github/scripts/get-changelog index 3bde0584eb7b..f1a1ca99c450 100755 --- a/.github/scripts/get-changelog +++ b/.github/scripts/get-changelog @@ -27,4 +27,4 @@ fi >&2 echo "::debug::Merge base ${MERGE_BASE}" -go run github.com/aaronfriel/go-change@v0.1.0 render --filter-since-commit "${MERGE_BASE}" "${@}" +go run github.com/aaronfriel/go-change@v0.1.2 render --filter-since-commit "${MERGE_BASE}" "${@}" diff --git a/Makefile b/Makefile index 9cc3513c447f..ea9eb67249c2 100644 --- a/Makefile +++ b/Makefile @@ -181,4 +181,4 @@ get_schemas: \ .PHONY: changelog changelog: - go run github.com/aaronfriel/go-change@v0.1.0 create + go run github.com/aaronfriel/go-change@v0.1.2 create diff --git a/changelog/pending/20221018--ci--fix-pull-request-urls-in-pulumi-changelogs.yaml b/changelog/pending/20221018--ci--fix-pull-request-urls-in-pulumi-changelogs.yaml new file mode 100644 index 000000000000..c48585440b9c --- /dev/null +++ b/changelog/pending/20221018--ci--fix-pull-request-urls-in-pulumi-changelogs.yaml @@ -0,0 +1,4 @@ +changes: +- type: fix + scope: ci + description: Fix pull request URLs in Pulumi changelogs