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

Release-type input overrides config file #975

Open
kerruba-milkman opened this issue May 3, 2024 · 0 comments
Open

Release-type input overrides config file #975

kerruba-milkman opened this issue May 3, 2024 · 0 comments

Comments

@kerruba-milkman
Copy link

TL;DR

Having both config-file and release-type as inputs will make the release-type input override (or add) the release-type to all packages in the config file

Detailed design

Currently when passing both the release-type and config-file inputs, the config-file input is actually ignored and a default configuration file is generated using the release-type input.
A scenario that I'm working on right know is to centralize the configuration file for different repositories - I always need to update certain 'extra-files' - and override the release-type using a Variable in the repository. I thought this was possible, but found out reading the code is not the how the action is meant to be used.

If having the release-type + config-file merging strategy not possible for any reason, at least documenting it in the README would be useful to avoid confusion

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant