Skip to content

Commit

Permalink
Merge #11060
Browse files Browse the repository at this point in the history
11060: fix(ci): Fix pull request URLs in changelogs r=Frassle a=AaronFriel

Updates the changelog generator with fixes:
- pulumi/go-change#13
- pulumi/go-change#17

Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
  • Loading branch information
bors[bot] and AaronFriel committed Oct 18, 2022
2 parents 0890cfc + 8935ab8 commit ffc5215
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/get-changelog
Expand Up @@ -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}" "${@}"
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
@@ -0,0 +1,4 @@
changes:
- type: fix
scope: ci
description: Fix pull request URLs in Pulumi changelogs

0 comments on commit ffc5215

Please sign in to comment.