John Mueller
John Mueller
## Changes The convenience API `publish(withTheme...)` has had the parameter `additionalSteps` renamed to `preGenerationSteps`, and has gained the parameter `postGenerationSteps`. ***This is a breaking change*** for anyone currently using the...
~~As mentioned in benchmarking.md, this PR is not ready to be merged at this stage, just here for discussion.~~ The CLI improvements are ready to be merged as PR #19....
I noticed, while building Publish with Swift 5.1 on Linux, that ShellOut was giving build warnings related to `launchPath` and `launch()` being deprecated. As I was investigating, I found that...