Skip to content

v1.4.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 20 Feb 20:04
· 2 commits to master since this release
832e079
feature: add yaml set Package (#17)

The root level `package` key describes the package name.

Default is the directory name is not enough because it may contain a command
(package main). Find the first non-test file to get the real package name.