Closed dimapasko closed 7 months ago
in the meantime it can be used like this:
uses: azure/k8s-set-context@v4.0.0
in the meantime it can be used like this:
uses: azure/k8s-set-context@v4.0.0
Yeah, sure, but I'd prefer to use azure/k8s-set-context@v4
.
yes please, add "v4".
The v4
exists now, but points to wrong commit having no build artifacts and therefore resulting an error:
Error: File not found: '/home/runner/_work/_actions/azure/k8s-set-context/v4/lib/index.js'
Edit: It seems that a new issue has been created for this: https://github.com/Azure/k8s-set-context/issues/88
thank you for letting us know you value the major version tags!
the v4 tag has been regenerated, and the release workflow has been updated to auto-regenerate it on each new release
please feel free to reopen if you continue to encounter any issue with the v4 tag
Feature request
According to previous version conventions, all major versions had the tag like
v4
.This aligns with best practices in version management as outlined in the GitHub documentation.
Therefore, could a tag
v4
for version4.0.0
be created?