Skip to content

Commit 7e0e072

Browse files
committed
build: a target to summarize make upgrade
1 parent 18681c4 commit 7e0e072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ upgrade: ## Update the *.pip files with the latest packages satisfying *.in
9797
$(PIP_COMPILE) -o doc/requirements.pip doc/requirements.in
9898
$(PIP_COMPILE) -o requirements/lint.pip doc/requirements.in requirements/dev.in
9999

100+
diff_upgrade: ## Summarize the last `make upgrade`
101+
@git diff -U0 | grep -v '^@' | grep == | sort -k1.2,1.99 -k1.1,1.1r -u
100102

101103
##@ Pre-builds for prepping the code
102104

0 commit comments

Comments
 (0)