Similar to mix hex and to further align with mix hex we should add a package task to further simplify publishing. Specifically, there are cases where someone wants to publish a package, but not documentation. While we do currently offer a --without-docs, I do think we should offer a method for publishing a package without documentation that's more straight forward. It may be soft deprecate --without-docs when this introduced.
Similar to mix hex and to further align with mix hex we should add a
package
task to further simplify publishing. Specifically, there are cases where someone wants to publish a package, but not documentation. While we do currently offer a--without-docs
, I do think we should offer a method for publishing a package without documentation that's more straight forward. It may be soft deprecate--without-docs
when this introduced.