From 8935ab86ae44305e24856f4e747996f5f8452097 Mon Sep 17 00:00:00 2001 From: Aaron Friel Date: Mon, 17 Oct 2022 18:56:17 -0700 Subject: [PATCH] fix(ci): Fix pull request URLs in changelogs --- .github/scripts/get-changelog | 2 +- Makefile | 2 +- ...21018--ci--fix-pull-request-urls-in-pulumi-changelogs.yaml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelog/pending/20221018--ci--fix-pull-request-urls-in-pulumi-changelogs.yaml 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