-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: update version on build automatically #735
Conversation
@imeoer , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/21912 |
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
302a68c
to
6696a9b
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
6696a9b
to
009075c
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
Looks cool 👍 . But better the logic replacing versions in Cargo.toml is performed from Makefile since some vendors are compiling nydus artifacts by themselves. |
009075c
to
189bd25
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
189bd25
to
a208d16
Compare
@imeoer , the title of this PR starts with "WIP" or "[WIP]", so skip testing for now. |
a208d16
to
e3d4fa8
Compare
@imeoer , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26438 |
@imeoer , the title has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26439 |
e3d4fa8
to
65b7b70
Compare
65b7b70
to
4ae3192
Compare
@imeoer , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26447 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also help apply this method to nydusctl
?
gechangwei@n227-089-202 ~/git_repo/nydus-rs (release-version)$ ./target/debug/nydusctl --version
A client to query and configure the nydusd daemon
0.0.0-git
We only need to git tag to release a version without modifying the version field in Cargo.toml and Cargo.lock. Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
4ae3192
to
9058227
Compare
@imeoer , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/26458 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We only need to git tag to release a version without modifying
the version field in Cargo.toml and Cargo.lock.
Signed-off-by: Yan Song imeoer@linux.alibaba.com