logchange icon indicating copy to clipboard operation
logchange copied to clipboard

List of possible values of modules

Open bambuchaAdm opened this issue 7 months ago • 0 comments

As follow up of #503 we would like to have list of possible vales that modules could be. It is standard practice to validate against human error, specially in place that are used for some kind of aggregation.

Suggested configuration

changelog:
  modules:
    - "module A"
    - B 

We won't provide any short syntax like modules: "foo" and always expect array in modules property - this should be rare case and is not worth to complicate solutions.

bambuchaAdm avatar Jul 21 '25 10:07 bambuchaAdm