mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-21 12:41:28 +00:00
introduce contributing doc + main branch convention (#84)
This commit is contained in:
4
Makefile
4
Makefile
@ -74,8 +74,8 @@ notes: check-bump
|
||||
git commit -m "Compile release notes"
|
||||
|
||||
release: check-bump clean
|
||||
# require that you be on a branch that's linked to upstream/master
|
||||
git status -s -b | head -1 | grep "\.\.upstream/master"
|
||||
# require that you be on a branch that's linked to upstream/main
|
||||
git status -s -b | head -1 | grep "\.\.upstream/main"
|
||||
# verify that docs build correctly
|
||||
./newsfragments/validate_files.py is-empty
|
||||
make build-docs
|
||||
|
||||
Reference in New Issue
Block a user