mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
add doc note re snag found on last commit
This commit is contained in:
parent
34abb952a4
commit
c680f3316e
2 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,12 @@ In this example I am using version 6.2.0 to 6.3.0; of course that will change fo
|
|||
* The ordering in this makefile rule is important: the first build creates `mlr`; the second runs `mlr` to create `manpage.txt`; the third includes `manpage.txt` into one of its outputs.
|
||||
* Commit and push.
|
||||
|
||||
* If Go version is being updated: edit all three of
|
||||
|
||||
* `go.mod`
|
||||
* `.github/workflows/go.yml`
|
||||
* `.github/workflows/release.yml`
|
||||
|
||||
* Create the release tarball:
|
||||
|
||||
* `make release_tarball`
|
||||
|
|
|
|||
|
|
@ -12,6 +12,12 @@ In this example I am using version 6.2.0 to 6.3.0; of course that will change fo
|
|||
* The ordering in this makefile rule is important: the first build creates `mlr`; the second runs `mlr` to create `manpage.txt`; the third includes `manpage.txt` into one of its outputs.
|
||||
* Commit and push.
|
||||
|
||||
* If Go version is being updated: edit all three of
|
||||
|
||||
* `go.mod`
|
||||
* `.github/workflows/go.yml`
|
||||
* `.github/workflows/release.yml`
|
||||
|
||||
* Create the release tarball:
|
||||
|
||||
* `make release_tarball`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue