From 00d767a683ba04f2f8e7dace6ad5784afbcc3e00 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Fri, 19 Aug 2022 08:57:53 -0600 Subject: [PATCH] fix api-docs tagging command (#4358) Co-authored-by: Jason Stirnaman --- api-docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/README.md b/api-docs/README.md index 3c8aa0a07..b714fe66f 100755 --- a/api-docs/README.md +++ b/api-docs/README.md @@ -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.