You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--
Thanks for your contribution!
In order to review PR more efficiently, please add information according to the template.
-->
## What type of PR is this?
- [ ] bug
- [ ] feature
- [X] enhancement
## What problem(s) does this PR solve?
#### Issue(s) number:
closevesoft-inc#3815
#### Description:
when releasing a nebula PATCH version(z version of x.y.z), create git tag on one same branch rather than a new branch, such as:
```text
release-3.2 -----+----------+------- branch
\ \
v3.2.0 v3.2.1 tag
```
## How do you solve it?
use github action manual trigger to package rc version.
## Special notes for your reviewer, ex. impact of this fix, design document, etc:
## Checklist:
Tests:
- [ ] Unit test(positive and negative cases)
- [ ] Function test
- [ ] Performance test
- [X] N/A
Affects:
- [ ] Documentation affected (Please add the label if documentation needs to be modified.)
- [ ] Incompatibility (If it breaks the compatibility, please describe it and add the label.)
- [ ] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).)
- [ ] Performance impacted: Consumes more CPU/Memory
## Release notes:
None
Please confirm whether to be reflected in release notes and how to describe:
> ex. Fixed the bug .....
None
Migrated from vesoft-inc#4105
Co-authored-by: Yee <[email protected]>
The text was updated successfully, but these errors were encountered: