feat: 支持搜索的版本号排序能力#1
Merged
moqsien merged 3 commits intogvcgo:mainfrom Mar 24, 2024
Merged
Conversation
moqsien
pushed a commit
that referenced
this pull request
Mar 24, 2024
feat: 增加自动生成release与binary的action
Contributor
|
看了一下,version list的排序是可以的,但是通用性还不够。合并之后略微改了一下,适合所有sdk的排序了。 |
Contributor
Author
ok,我也再验证看看,昨天可能没有做比较全面的测试验证 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
首次提交
趁项目刚发布,提交一个小小的修复。
PS:看到项目的前言,我啪一下就点进来了,体验之后,感觉就是我一直苦苦追寻的版本管理工具。已安排了go和node的版本,体验很好。已卸载gvm,nvm,vfox,是的,我也挺爱折腾的。
体验下来感觉还有一些值得斟酌的,比如一级参数的语义,以往用习惯gvm,nvm了,他们是 list 展示本地已安装的,listall展示远端所有的,vm则是local为本地,search为列出所有。还有就是没有给单独的install参数,有时候吧,可能是先install,暂时还不打算use,等用的时候再use。当然,这些都是我以往的使用习惯。
第二次提交
随着对这个项目的把玩,还发现了一些小的值得优化的地方,这次新增了搜索的版本号排序的能力。
以下是前后对比图:
before:
after:
第三次提交
修复了一个文案上的小错误。