nrust·Rustbynotriddle Release-plz: releasing crates like it's 2023 - Marco IeniView original on programming.dev8Comments2
nnotriddle programming.devAn interesting point on the TOML configuration file format. You don't have to abandon the nested structure to get the readable, repeated style. There two TOML sections are the same thing: [workspace] git_release.enable = true git_release.draft = false [workspace.git_release] enable = true draft = false 6
An interesting point on the TOML configuration file format. You don't have to abandon the nested structure to get the readable, repeated style. There two TOML sections are the same thing:
I'm working on a similar project. I can't find the link to the source?