pull/282/head
Nikolai Onken 2016-03-22 16:21:14 +00:00
rodzic c6b7ac9b83
commit 79c33bc692
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -716,6 +716,10 @@ Checking for branch naming consistency is part of the review process and the tea
Generally, releasing changes affecting several services is a smell so this can help you identify possible issues.
You can now look for all PRs which made it in like so (api in this case):
git log --oneline --first-parent SHA..origin/master | grep -v bump | grep api-
Other Resources
===============