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

Should the Major Issue Version Point to the Latest Minor? #79

Closed
jmwyson opened this issue May 24, 2021 · 3 comments
Closed

Should the Major Issue Version Point to the Latest Minor? #79

jmwyson opened this issue May 24, 2021 · 3 comments

Comments

@jmwyson
Copy link

jmwyson commented May 24, 2021

Is your feature request related to a problem? Please describe.
I am looking for a way to use the latest version of a specific major version in my pipeline. I would like to use the latest v5 version but comparing the latest commit hashes of v5.3 and v5, I see that these currently does not match.

Describe the solution you'd like
It would be helpful if we can specify tj-actions/changed-files@v5 or tj-actions/[email protected] to mean to use latest v5 branch.

Describe alternatives you've considered
I am currently using tj-actions/changed-files@v5 in my action and only hope it gets pointed to the latest release.

Additional context
None

@jackton1
Copy link
Member

@jmwyson Not sure that's supported yet, based on https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsuses you would need to specify the major.minor version to use the latest v5.3

@jackton1
Copy link
Member

jackton1 commented May 25, 2021

After reviewing https://docs.github.com/en/actions/creating-actions/about-actions#using-tags-for-release-management I agree that this should be the versioning process and I'll update all major versions to point to their relative latest minor/patch versions. Thanks @jmwyson

This would be supported on only v5.x -> v5 and v6.x -> v6 branches.

@jmwyson
Copy link
Author

jmwyson commented May 25, 2021

Thanks for reconsidering @jackton1!

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

No branches or pull requests

2 participants