Skip to content
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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Vampire
Copy link
Collaborator

@Vampire Vampire commented Aug 19, 2024

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 just v4.
The same for actions:cache__save___minor:[v4.0,v4.1), to get the latest v4.0 but in the output just have v4.0.

Copy link
Collaborator Author

Vampire commented Aug 19, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @Vampire and the rest of your teammates on Graphite Graphite

@Vampire Vampire force-pushed the vampire/version-range-support branch from bfe88c2 to 5f291dc Compare August 19, 2024 15:21
@Vampire Vampire force-pushed the vampire/version-range-support branch from 5f291dc to 09633a4 Compare August 19, 2024 18:26
@Vampire Vampire force-pushed the vampire/version-range-support branch from 09633a4 to cb4a8a3 Compare August 20, 2024 10:46
@Vampire Vampire force-pushed the vampire/version-range-support branch from cb4a8a3 to d9a036e Compare August 20, 2024 11:26
@Vampire Vampire force-pushed the vampire/version-range-support branch from d9a036e to a7e496f Compare August 20, 2024 11:58
@Vampire Vampire force-pushed the vampire/version-range-support branch from a7e496f to ef9782d Compare August 22, 2024 00:00
@Vampire Vampire force-pushed the vampire/version-range-support branch from a778011 to 58e7fbd Compare September 8, 2024 09:06
@Vampire Vampire force-pushed the vampire/version-range-support branch from 58e7fbd to 7dee654 Compare September 8, 2024 20:27
@Vampire Vampire force-pushed the vampire/version-range-support branch from 7dee654 to 7c1a397 Compare September 9, 2024 08:04
@Vampire Vampire force-pushed the vampire/version-range-support branch from 7c1a397 to a93c1c8 Compare September 9, 2024 10:55
@Vampire Vampire force-pushed the vampire/version-range-support branch from a93c1c8 to a28f9fd Compare September 10, 2024 16:42
@Vampire Vampire force-pushed the vampire/version-range-support branch from a28f9fd to 12685da Compare September 23, 2024 08:13
@Vampire Vampire force-pushed the vampire/version-range-support branch from 12685da to 8baa490 Compare September 24, 2024 00:42
@Vampire Vampire force-pushed the vampire/version-range-support branch 2 times, most recently from acfbd14 to 2956d50 Compare September 29, 2024 20:57
@Vampire Vampire force-pushed the vampire/version-range-support branch 2 times, most recently from c2baf1b to 919ed54 Compare September 29, 2024 21:33
@Vampire Vampire force-pushed the vampire/version-range-support branch from 919ed54 to 2f16a6e Compare October 27, 2024 03:51
@Vampire Vampire force-pushed the vampire/version-range-support branch from 2f16a6e to b51e620 Compare October 27, 2024 04:02
Base automatically changed from vampire/unify-coords-name to main October 27, 2024 09:52
@Vampire Vampire force-pushed the vampire/version-range-support branch 3 times, most recently from 910a537 to a9b8ee9 Compare October 30, 2024 09:39
…minor version even with more detailed version
@Vampire Vampire force-pushed the vampire/version-range-support branch from a9b8ee9 to 9b58b69 Compare October 30, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant