Skip to content

Commit 63bc512

Browse files
committed
Remove shell prompt since it gets copied when using the button on github
1 parent bb0cf17 commit 63bc512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To update the version number and push a release:
6666
new version number, by passing in the new version (must be in X.Y.Z format).
6767

6868
```sh
69-
$ ./update_version.py 3.2.1
69+
./update_version.py 3.2.1
7070
```
7171

7272
Submit the changes to the repo.
@@ -92,7 +92,7 @@ To update the version number and push a release:
9292
and owner and can be used for releases.
9393
9494
```sh
95-
$ pod trunk push --skip-import-validation --skip-tests GoogleAPIClientForREST.podspec
95+
pod trunk push --skip-import-validation --skip-tests GoogleAPIClientForREST.podspec
9696
```
9797
9898
NOTE: Since validations are run on CI during every PR/commit, they are skipped here

0 commit comments

Comments
 (0)