Skip to content

Commit

Permalink
Add missing git add in release (#4581)
Browse files Browse the repository at this point in the history
taken from most recent release process.
  • Loading branch information
95-martin-orion authored Oct 15, 2021
1 parent 9f12e24 commit f44b457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ updates, leave it as it is.
```bash
git checkout master -b "version_bump_${NEXT_VER}"
python dev_tools/modules.py replace_version --old ${VER}.dev --new ${NEXT_VER}.dev
git add .
git commit -m "Bump cirq version to ${NEXT_VER}"
git push origin "version_bump_${NEXT_VER}"
```
Expand Down

0 comments on commit f44b457

Please sign in to comment.