-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat(abg): allow usage of version ranges by generating only major or minor version even with more detailed version #1611
Open
Vampire
wants to merge
1
commit into
main
Choose a base branch
from
vampire/version-range-support
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
This was referenced Aug 19, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
bfe88c2
to
5f291dc
Compare
This was referenced Aug 19, 2024
ba37150
to
6ca3d30
Compare
5f291dc
to
09633a4
Compare
This was referenced Aug 20, 2024
6ca3d30
to
af0de7b
Compare
09633a4
to
cb4a8a3
Compare
af0de7b
to
80db505
Compare
cb4a8a3
to
d9a036e
Compare
80db505
to
6df8a27
Compare
d9a036e
to
a7e496f
Compare
6df8a27
to
cd832fe
Compare
a7e496f
to
ef9782d
Compare
cd832fe
to
c8aeae6
Compare
7dee654
to
7c1a397
Compare
6fd7327
to
02098ce
Compare
7c1a397
to
a93c1c8
Compare
02098ce
to
37375d9
Compare
a93c1c8
to
a28f9fd
Compare
37375d9
to
c1dc24a
Compare
a28f9fd
to
12685da
Compare
c1dc24a
to
6d56a0d
Compare
12685da
to
8baa490
Compare
6d56a0d
to
1dc7506
Compare
acfbd14
to
2956d50
Compare
1dc7506
to
c691f60
Compare
c2baf1b
to
919ed54
Compare
c691f60
to
37ad070
Compare
919ed54
to
2f16a6e
Compare
37ad070
to
52919f6
Compare
2f16a6e
to
b51e620
Compare
a9b8ee9
to
9b58b69
Compare
916db7c
to
a6885fa
Compare
a6885fa
to
62d48a6
Compare
62d48a6
to
b27c253
Compare
…minor version even with more detailed version
b27c253
to
55c3a74
Compare
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.
With these changes you can for example depend on
actions:cache__save___major:[v4,v5)"
and get the latest v4 action with latest v4 typing by resolving to a concrete v4.x.y version but the output still contains justv4
.The same for
actions:cache__save___minor:[v4.0,v4.1)
, to get the latest v4.0 but in the output just havev4.0
.