We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ee4c86 + 8046826 commit 41cde75Copy full SHA for 41cde75
Makefile
@@ -64,8 +64,8 @@ notes:
64
git commit -m "Compile release notes"
65
66
release: clean
67
- # require that you be on a branch that's linked to upstream/main
68
- git status -s -b | head -1 | grep "\.\.upstream/main"
+ # require that upstream is configured for ethereum/web3.py
+ git remote -v | grep "upstream\tgit@github.com:ethereum/web3.py.git (push)\|upstream\thttps://github.com/ethereum/web3.py (push)"
69
./newsfragments/validate_files.py is-empty
70
# verify that docs build correctly
71
make build-docs
newsfragments/2988.internal.rst
@@ -0,0 +1 @@
1
+Update make release to check remote upstream is pointing to ethereum/web3.py.
0 commit comments