Skip to content

Commit

Permalink
add doc note re snag found on last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Dec 14, 2023
1 parent 34abb95 commit c680f33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/how-to-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
6 changes: 6 additions & 0 deletions docs/src/how-to-release.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c680f33

Please sign in to comment.