We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0cf17 commit 63bc512Copy full SHA for 63bc512
DEVELOPMENT.md
@@ -66,7 +66,7 @@ To update the version number and push a release:
66
new version number, by passing in the new version (must be in X.Y.Z format).
67
68
```sh
69
- $ ./update_version.py 3.2.1
+ ./update_version.py 3.2.1
70
```
71
72
Submit the changes to the repo.
@@ -92,7 +92,7 @@ To update the version number and push a release:
92
and owner and can be used for releases.
93
94
95
- $ pod trunk push --skip-import-validation --skip-tests GoogleAPIClientForREST.podspec
+ pod trunk push --skip-import-validation --skip-tests GoogleAPIClientForREST.podspec
96
97
98
NOTE: Since validations are run on CI during every PR/commit, they are skipped here
0 commit comments