fix api-docs tagging command (#4358)
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>pull/4361/head^2
parent
4505f4f677
commit
00d767a683
|
@ -73,7 +73,7 @@
|
||||||
4. Enter the following commands into your terminal to push the new tag to the repo:
|
4. Enter the following commands into your terminal to push the new tag to the repo:
|
||||||
|
|
||||||
```sh
|
```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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue