Skip to content

Commit

Permalink
Merge pull request ethereum#112 from fselmo/update-upstream-check-grep
Browse files Browse the repository at this point in the history
Makefile updates
  • Loading branch information
fselmo authored Nov 7, 2023
2 parents 885bef7 + 7f75b27 commit d2a0901
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ notes: check-bump
towncrier build --yes --version $(UPCOMING_VERSION)
# Before we bump the version, make sure that the towncrier-generated docs will build
make build-docs
git commit -m "Compile release notes"
git commit -m "Compile release notes for v$(UPCOMING_VERSION)"

release: check-bump clean
# require that upstream is configured for ethereum/<REPO_NAME>
git remote -v | grep "upstream\[email protected]:ethereum/<REPO_NAME>.git (push)\|upstream\thttps://github.com/ethereum/<REPO_NAME> (push)"
@git remote -v | grep \
-e "upstream\[email protected]:ethereum/<REPO_NAME>.git (push)" \
-Ee "upstream\thttps://(www.)?github.com/ethereum/<REPO_NAME> \(push\)"
# verify that docs build correctly
./newsfragments/validate_files.py is-empty
make build-docs
Expand Down

0 comments on commit d2a0901

Please sign in to comment.