Skip to content

Commit

Permalink
Remove shell prompt since it gets copied when using the button on github
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvl committed Jan 9, 2025
1 parent 8aa25c9 commit 0c9cc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To update the version number and push a release:
new version number, by passing in the new version (must be in X.Y.Z format).

```sh
$ ./update_version.py 1.3.1
./update_version.py 1.3.1
```

Submit the changes to the repo.
Expand All @@ -69,7 +69,7 @@ To update the version number and push a release:
1. Publish the CocoaPod.
```sh
$ pod trunk push --skip-tests GTMSessionFetcher.podspec
pod trunk push --skip-tests GTMSessionFetcher.podspec
```
NOTE: We use `--skip-tests` because CocoaPods has issues testing spec that
Expand Down

0 comments on commit 0c9cc25

Please sign in to comment.