Skip to content

Commit c680f33

Browse files
committed
add doc note re snag found on last commit
1 parent 34abb95 commit c680f33

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/src/how-to-release.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ In this example I am using version 6.2.0 to 6.3.0; of course that will change fo
2828
* 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.
2929
* Commit and push.
3030

31+
* If Go version is being updated: edit all three of
32+
33+
* `go.mod`
34+
* `.github/workflows/go.yml`
35+
* `.github/workflows/release.yml`
36+
3137
* Create the release tarball:
3238

3339
* `make release_tarball`

docs/src/how-to-release.md.in

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ In this example I am using version 6.2.0 to 6.3.0; of course that will change fo
1212
* 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.
1313
* Commit and push.
1414

15+
* If Go version is being updated: edit all three of
16+
17+
* `go.mod`
18+
* `.github/workflows/go.yml`
19+
* `.github/workflows/release.yml`
20+
1521
* Create the release tarball:
1622

1723
* `make release_tarball`

0 commit comments

Comments
 (0)