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

Include release tag in comment when using release-commit-sha #74

Open
jab opened this issue Jun 4, 2023 · 0 comments
Open

Include release tag in comment when using release-commit-sha #74

jab opened this issue Jun 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jab
Copy link

jab commented Jun 4, 2023

When using release-commit-sha, it would be helpful to be able to see what the corresponding release tag is. Changing from one SHA to another isn't immediately human-meaningful, but seeing a tag go from something like 0.3.1 to 1.0.0 is very human-meaningful:

Before:

-      - uses: actions/checkout@8f4b7f848...
+      - uses: actions/checkout@8e5e7e5ab...

After:

-      - uses: actions/checkout@8f4b7f848...  # 0.3.1
+      - uses: actions/checkout@8e5e7e5ab...  # 1.0.0

I think the tag names must already be known when using release-commit-sha, they're just not getting included in the changes to the yaml, so hopefully this would be easy to implement?

Thanks for your consideration and for maintaining this useful action!

@saadmk11 saadmk11 added the enhancement New feature or request label Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants