diff --git a/Makefile b/Makefile index f91dd720..60ed00e4 100644 --- a/Makefile +++ b/Makefile @@ -69,9 +69,9 @@ notes: check-bump make build-docs git commit -m "Compile release notes" -release: check-bump test clean - # require that you be on a branch that's linked to upstream/main - git status -s -b | head -1 | grep "\.\.upstream/main" +release: check-bump clean + # require that upstream is configured for ethereum/ + git remote -v | grep "upstream\tgit@github.com:ethereum/.git (push)\|upstream\thttps://github.com/ethereum/ (push)" # verify that docs build correctly ./newsfragments/validate_files.py is-empty make build-docs