Compile release notes for v0.2.2

This commit is contained in:
pacrob
2025-02-20 09:13:43 -07:00
parent e7a9ee78a8
commit 68f6a362fd
7 changed files with 24 additions and 6 deletions

View File

@ -125,7 +125,7 @@ endif
check-git:
# require that upstream is configured for ethereum/py-libp2p
@if ! git remote -v | grep "upstream[[:space:]]git@github.com:ethereum/py-libp2p.git (push)\|upstream[[:space:]]https://github.com/ethereum/py-libp2p (push)"; then \
@if ! git remote -v | grep "upstream[[:space:]]git@github.com:libp2p/py-libp2p.git (push)\|upstream[[:space:]]https://github.com/libp2p/py-libp2p (push)"; then \
echo "Error: You must have a remote named 'upstream' that points to 'py-libp2p'"; \
exit 1; \
fi