This is an amazing project! I’ve been using it in my monorepo, and I have a question.
I noticed that .changelog-config.yaml allows the use of variables under the variables section, where I can define some parameters. However, I found that it currently only supports args and kwargs. configuration.html
Would it be possible to extend support to fully render the entire .changelog-config.yaml file? This would provide more flexibility, such as applying variables to tag_pattern, ignore_patterns, and other configurations.
Looking forward to your thoughts on this!