Skip to content

Commit

Permalink
fix(ci): Fix pull request URLs in changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Oct 18, 2022
1 parent 862ef18 commit 8935ab8
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 8935ab8

Please sign in to comment.