mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Merge pull request #99 from ethereum/release-check-upstream
Pre-release check for upstream configuration of remote
This commit is contained in:
6
Makefile
6
Makefile
@ -69,9 +69,9 @@ notes: check-bump
|
|||||||
make build-docs
|
make build-docs
|
||||||
git commit -m "Compile release notes"
|
git commit -m "Compile release notes"
|
||||||
|
|
||||||
release: check-bump test clean
|
release: check-bump clean
|
||||||
# require that you be on a branch that's linked to upstream/main
|
# require that upstream is configured for ethereum/<REPO_NAME>
|
||||||
git status -s -b | head -1 | grep "\.\.upstream/main"
|
git remote -v | grep "upstream\tgit@github.com:ethereum/<REPO_NAME>.git (push)\|upstream\thttps://github.com/ethereum/<REPO_NAME> (push)"
|
||||||
# verify that docs build correctly
|
# verify that docs build correctly
|
||||||
./newsfragments/validate_files.py is-empty
|
./newsfragments/validate_files.py is-empty
|
||||||
make build-docs
|
make build-docs
|
||||||
|
|||||||
Reference in New Issue
Block a user