Closed
Description
Description
it would be nice if not only python and yaml toml are supported, but also toml yaml.
i use jenkins that calls python semantic release to get the next version. this version should be updated in the metadata.toml
metadata.yaml
which is used by pyinstaller-versionfile that creates the metadata for the exe file that is produced by pyinstaller. unfortunately, pyinstaller-versionfile can only work with toml yaml.
Use cases
List some reasons this would be useful.
see above
Possible implementation
Describe any ideas you have for how this could work.
see above