Update release tag examples in CI/CD README
Changed the example git tag commands from v4.8.0 and v4.8.2 to v4.8.1 for consistency in the CI/CD documentation.
This commit is contained in:
@@ -126,14 +126,14 @@ To add new platform packages:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For a new release
|
# For a new release
|
||||||
git tag v4.8.0
|
git tag v4.8.1
|
||||||
git push origin v4.8.0
|
git push origin v4.8.1
|
||||||
|
|
||||||
# For a patch release
|
# For a patch release
|
||||||
git tag v4.8.2
|
git tag v4.8.1
|
||||||
git push origin v4.8.2
|
git push origin v4.8.1
|
||||||
|
|
||||||
# To delete a tag (if needed)
|
# To delete a tag (if needed)
|
||||||
git tag -d v4.8.0
|
git tag -d v4.8.1
|
||||||
git push origin :refs/tags/v4.8.0
|
git push origin :refs/tags/v4.8.1
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user