WARNING for package maintainers, some files have been renamed, adjust your build scripts accordingly.
- Use Makefile instead of GoReleaser to build releases for all architectures, use
make release
. This fixes theREADME.md
file location inside the archives to be in the root of the archive - Release archives will no longer have the version name explicitly stated, fixes #316
- Remove
cmd/minify/install.sh
, usemake install
instead - Rename
cmd/minify/minify_bash_tab_completion
tocmd/minify/bash_completion
- Rename
LICENSE.md
toLICENSE
as it is not a Markdown file - Rename
min
subpackage tominify
- cmd: running
minify
without arguments will print a more informative error message - cmd: bad arguments will not display cmd usage automatically