diff --git a/Makefile b/Makefile index 6b60ed0cd9a..4e1269cb168 100644 --- a/Makefile +++ b/Makefile @@ -136,6 +136,9 @@ clean: $(clean-targets) fetch-git: @$(ECHO_STDERR) "Fetching the latest changes (including tags) from $(OASIS_CORE_GIT_ORIGIN_REMOTE) remote..." @git fetch $(OASIS_CORE_GIT_ORIGIN_REMOTE) --tags + git branch -a + git fetch $(OASIS_CORE_GIT_ORIGIN_REMOTE) $(RELEASE_BRANCH) + git branch -a # Assemble Change log. changelog: fetch-git