[2.x] Support generating alpha releases for GrimoireLab#815
Merged
Conversation
sduenas
requested changes
Oct 22, 2025
Member
sduenas
left a comment
There was a problem hiding this comment.
The PR looks mostly good to me. Please check the errors raised by actions and my comments to the PR.
c7cd66f to
045989b
Compare
Contributor
Author
I will move this PR to draft. As I say in the description, this PR depends on the other 2, that's why tests are failing: #787 (To fix the performance tests) |
e82d584 to
f9e5447
Compare
f9e5447 to
0860c42
Compare
This updated workflow will generate releases only for grimoirelab-core, grimoirelab-chronicler, and grimoirelab 2.x alpha versions. Releases for other packages will not be created until a final release is made. Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
0860c42 to
4dd7c80
Compare
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 updated workflow will generate alpha releases for
grimoirelab-core,grimoirelab-chronicler, andgrimoirelab2.x.Releases for other packages will not be created until the final release.
When this workflow is executed:
Create a pre-release versionselectedalphalabelCreate a major versionselectedIt will create:
1.0.0-alpha.1forgrimoirelab-coreandgrimoirelab-chronicler2.0.0-alpha.1forgrimoirelabFor the final release, we need to update the workflow to include all the other components.
This PR depends on:
Related to #807