Skip to content

Commit

Permalink
format + added fixes to the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat committed May 11, 2021
1 parent 5ad517f commit 44114ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/shor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1106,4 +1106,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}
5 changes: 3 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ git cherry-pick <commit>
Bump the version on the release branch:

```bash
vi ./cirq/_version.py # Remove .dev from version
git add ./cirq/_version.py
vi ./cirq-core/cirq/_version.py # Remove .dev from version
vi ./cirq-google/cirq_google/_version.py # Remove .dev from version
git add ./cirq-core/cirq/_version.py ./cirq-google/cirq_google/_version.py
git commit -m "Bump cirq version to ${NEXT_VER}"
git push origin "v${VER}-dev"
```
Expand Down

0 comments on commit 44114ed

Please sign in to comment.