Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
fixme: update make changelog-check task to install from PR branch, no…
Browse files Browse the repository at this point in the history
…t use types file yet
  • Loading branch information
mikemorris committed Apr 7, 2022
1 parent 509d717 commit 008a52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ endif
changelog-check:
ifeq (, $(shell which changelog-check))
@rm -rf go-changelog
@git clone https://github.com/mikemorris/go-changelog@changelog-check
@git clone -b changelog-check https://github.com/mikemorris/go-changelog
@cd go-changelog && go install ./cmd/changelog-check
endif
changelog-check -types-file .changelog/types.txt
changelog-check

# Run controller tests
.PHONY: ctrl-test
Expand Down

0 comments on commit 008a52c

Please sign in to comment.