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

Other file types support #10

Open
kerunaru opened this issue Nov 27, 2023 · 1 comment
Open

Other file types support #10

kerunaru opened this issue Nov 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@kerunaru
Copy link
Contributor

Add support for updating the version of other files (in principle json, such as Chart.yaml)

@kerunaru kerunaru added the enhancement New feature or request label Nov 27, 2023
@sergiotejon
Copy link
Contributor

In the version.json fill we can this version_files list, like this example:

{
    "version": "0.18.1",
    "commit": "72929b90547b8527e22e402b6784e0c7f5812428",
    "version_files": [
        "Chart.yaml:version",
        "other-version.txt:version"
    ],
    "prefix": ""
}

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