fix api-docs tagging command (#4358)

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/4361/head^2
Scott Anderson 2022-08-19 08:57:53 -06:00 committed by GitHub
parent 4505f4f677
commit 00d767a683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
4. Enter the following commands into your terminal to push the new tag to the repo:
```sh
git push tags
git push --tags
```
5. Enter the following commands into your terminal to update `docs-release/influxdb-oss` branch to the OSS release commit and rebase the branch to the [latest release of InfluxDB OSS](#how-to-find-the-api-spec-used-by-an-influxdb-oss-version), replacing **`OSS_RELEASE_TAG`** with the SHA from step 3.