We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I like this tool a lot and it's made hosting a chart repository externally and internally very easy.
I'd like to reuse the functionality for other monorepos such as a github reusable action repository and have each action versioned separately.
e.g. a directory structure like this
.github/workflows/red/ # red-v1.2.3 .github/workflows/blue/ # blue-v2.4.0 .github/workflows/green/ # green-v3.9.1
and each directory would get its own version... maybe prefixed by the directory and suffixed by the version.
Anyway, this is such a wonderful tool, it would be nice to make it more generic so it could be applied to other use-cases.
Thank you for building this and considering this suggestion
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. I like this tool a lot and it's made hosting a chart repository externally and internally very easy.
I'd like to reuse the functionality for other monorepos such as a github reusable action repository and have each action versioned separately.
e.g. a directory structure like this
and each directory would get its own version... maybe prefixed by the directory and suffixed by the version.
Anyway, this is such a wonderful tool, it would be nice to make it more generic so it could be applied to other use-cases.
Thank you for building this and considering this suggestion
The text was updated successfully, but these errors were encountered: