-
Notifications
You must be signed in to change notification settings - Fork 32
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
Unable to use short version @v4 #263
Comments
@powerman That sucks. I'll figure this out. Thanks for the additional context that's useful. |
Fixes #263 Add a step to update the git tag with the major version in the `release.yml` workflow. * Add a new step "Update Major Version Tag" after the "Create Release" step * Extract the major version from the full semver string and create a new git tag with just the major version * Push the new tag to the repository using the `GITHUB_TOKEN` for authentication --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/metcalfc/changelog-generator/issues/263?shareId=XXXX-XXXX-XXXX-XXXX).
@powerman Can you check if this works now? |
Yeah, it works now. So, it looks like GitHub somehow broke this version-prefix feature and now it require manually creating and moving tags (tags! which are supposed to never change in git best practice!), right? Is there any official GitHub docs related to this? Are these docs actually recommends moving major version tags on each release? |
Describe the bug
Error: Unable to resolve action
metcalfc/changelog-generator@v4
, unable to find versionv4
To Reproduce
Expected behavior
It should work using latest v4 version.
URL to Public action log
https://github.com/powerman/dockerize/actions/runs/11516609425/job/32059618802
Additional context
Similar issue: ast-grep/action#38
The text was updated successfully, but these errors were encountered: