Simplify release & dev build processes (#735)

This commit is contained in:
John Kerl 2021-11-07 23:41:15 -05:00 committed by GitHub
parent 91def6906f
commit 950337fde1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 64 additions and 91 deletions

View file

@ -32,7 +32,6 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/go
Much of Miller's documentation is autogenerated from code. With the `miller/go`
directory in your `$PATH` (so it will find the modified `mlr` executable if
you've modified any source code), please do `sh build-go-src-test-man-doc.sh`
in the `miller` directory. This runs source build, unit test, regression test,
manual-page autogen, document autogen, and document static-build all in the
correct order.
you've modified any source code), please do `make precommit` in the Miller base
directory. This runs source build, unit test, regression test, manual-page
autogen, document autogen, and document static-build all in the correct order.