update README

This commit is contained in:
Lunny Xiao 2022-10-27 14:46:21 +08:00
parent 2c2776ce9a
commit 3b92d3f77e
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ When pushing a tag and using `auto_tag: true`, the logic is below:
For git branches:
1) Tagging `main`` branch
It will produce the tags: `dev`.
It will generate the tags: `dev`
2) Tagging `release/vxxx` branch
It will produce the tags: `1.1x-dev`
It will generate the tags: `1.1x-dev`
For git tags: