Update README about new auto_tag logic #1

Merged
6543 merged 3 commits from lunny/update_readme into master 2022-06-26 22:35:53 +00:00
Owner

For git branches:

  1. Tagging main branch
    It will produce the tags: dev.
  2. Tagging release/vxxx branch
    It will produce the tags: 1.1x-dev

For git tags:

  1. Tagging a dev version which ends with -dev
    It will produce the tags: <original_tag>
  2. Tagging a pre-release version which ends with -rcx, x start from 1 to bigger number
    It will produce the tags: <original_tag>
  3. Tagging a latest stable release, we need to know if the version is the newest
    It will produce the tags: <original_tag>, 1, 1.1x, latest
  4. Tagging a low version stable release
    It will produce the tags: <original_tag>, 1.1x
For git branches: 1) Tagging `main` branch It will produce the tags: `dev`. 2) Tagging `release/vxxx` branch It will produce the tags: `1.1x-dev` For git tags: 1) Tagging a dev version which ends with `-dev` It will produce the tags: <original_tag> 2) Tagging a pre-release version which ends with `-rcx`, `x` start from 1 to bigger number It will produce the tags: <original_tag> 3) Tagging a latest stable release, we need to know if the version is the newest It will produce the tags: <original_tag>, 1, 1.1x, latest 4) Tagging a low version stable release It will produce the tags: <original_tag>, 1.1x
lunny added 1 commit 2022-06-22 09:30:45 +00:00
6543 approved these changes 2022-06-22 14:43:12 +00:00
a1012112796 approved these changes 2022-06-24 09:15:08 +00:00
lunny added 1 commit 2022-06-26 04:28:17 +00:00
lunny added 1 commit 2022-06-26 04:35:32 +00:00
6543 merged commit c9c188ce42 into master 2022-06-26 22:35:53 +00:00
6543 deleted branch lunny/update_readme 2022-06-26 22:35:58 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
3 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/drone-docker#1
No description provided.