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

@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/fix-metadata-file branch from ba37150 to 6ca3d30 Compare August 19, 2024 18:26
@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/fix-metadata-file branch from 6ca3d30 to af0de7b Compare August 20, 2024 10:46
@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/fix-metadata-file branch from af0de7b to 80db505 Compare August 20, 2024 11:26
@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/fix-metadata-file branch from 80db505 to 6df8a27 Compare August 20, 2024 11:57
@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/fix-metadata-file branch from 6df8a27 to cd832fe Compare August 22, 2024 00:00
@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/fix-metadata-file branch from cd832fe to c8aeae6 Compare August 22, 2024 00:27
@Vampire Vampire force-pushed the vampire/unify-coords-name branch from 86848dd to 665dcd3 Compare September 8, 2024 20:26
@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/unify-coords-name branch from 665dcd3 to 6fd7327 Compare September 9, 2024 08:04
@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/unify-coords-name branch from 6fd7327 to 02098ce Compare September 9, 2024 10:55
@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/unify-coords-name branch from 02098ce to 37375d9 Compare September 10, 2024 16:42
@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/unify-coords-name branch from 37375d9 to c1dc24a Compare September 23, 2024 08:13
@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/unify-coords-name branch from c1dc24a to 6d56a0d Compare September 24, 2024 00:42
@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/unify-coords-name branch from 6d56a0d to 1dc7506 Compare September 29, 2024 17:28
@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/unify-coords-name branch from 1dc7506 to c691f60 Compare September 29, 2024 21:11
@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/unify-coords-name branch from c691f60 to 37ad070 Compare October 27, 2024 03:51
@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/unify-coords-name branch from 37ad070 to 52919f6 Compare October 27, 2024 04:01
@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 4 times, most recently from a9b8ee9 to 9b58b69 Compare October 30, 2024 11:03
@Vampire Vampire force-pushed the vampire/version-range-support branch from 9b58b69 to 916db7c Compare December 8, 2024 23:07
…minor version even with more detailed version
@Vampire Vampire force-pushed the vampire/version-range-support branch from 916db7c to a6885fa Compare December 9, 2024 11:56
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