Simplify release workflow#2541
Merged
Merged
Conversation
Contributor
Member
|
Sorry, but could you fix the conflict with #2510? |
e096a42 to
af1eed8
Compare
Contributor
Author
Rebased! |
Contributor
Author
|
Oh, sorry, I just noticed that this also affects Will fix that now Edit: |
Contributor
Author
|
@utam0k @cuisongliu PTAL :-) |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2541 +/- ##
=======================================
Coverage 65.87% 65.87%
=======================================
Files 133 133
Lines 16795 16795
=======================================
Hits 11063 11063
Misses 5732 5732 |
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
080718d to
afa98ce
Compare
This was referenced Dec 17, 2023
Merged
Merged
Closed
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.
This PR attempts to simplify the release CI workflow.
The main changes are:
tarfiles are generated during the Build step, removing the need to manipulate the mode of the executable filestarfiles generated during the Build, making it easier to scale to more variants (e.g.,x86_64,aarch64,glibc,musl)tarfile to the rood, i.e., inside thetarmoved from/youki_0_4_0_linux/youki-0.3.0/youkito/youkitarfiles are renamed fromyouki_0_4_0_linux-x86_64.tar.gztoyouki-0.4.0-x86_64.tar.gzghCLI command provided by GitHub to create the release instead of the third partysoftprops/action-gh-releaseAs an example of the release generated by this PR see https://github.com/jprendes/youki/releases/tag/v0.4.0