Skip to content

Commit e5779fe

Browse files
okdasOlshansk
andcommitted
Apply suggestions from code review
Co-authored-by: Daniel Olshansky <[email protected]>
1 parent 8a5f48b commit e5779fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ test_p2p_addrbook:
318318
go test -run AddrBook -v -count=1 ./p2p/...
319319

320320
.PHONY: lint
321-
## Run all P2P addr book related tests
321+
## Run all linters that are triggered by the CI pipeline
322322
lint:
323323
golangci-lint run ./...
324324

docs/releases/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ For example, `X.Y.Z[-<pre_release_tag][+branch_name][+short_hash][+dirty]` is th
2020

2121
### Tags
2222

23-
Code built from default branch (i.e. `main`) is tagged as `latest`.
23+
Code built from the default branch (i.e. `main`) is tagged as `latest`.
2424

2525
Code built from commits in Pull Requests, is tagged as `pr-<number>`, as well as `sha-<7 digit sha>`.
2626

27-
Once we have a release, we will tag the release with the version number (e.g. `v0.0.1-alpha.pre.1`).
27+
Once releases are managed, they will be tagged with the version number (e.g. `v0.0.1-alpha.pre.1`).
2828

2929

3030
### Extended images with additional tooling
3131

32-
We also supply an extended image with tooling for each container tag to help you troubleshoot or investigate issues. The extended image is called `<tag>-dev`. For example, `latest-dev`, or `pr-123-dev`.
32+
Extended images with additional tooling are built to aid in troubleshoot and debugging. The extended image is formatted as `<tag>-dev`. For example, `latest-dev`, or `pr-123-dev`.
3333

3434

3535
## [TODO] Magefile build system

0 commit comments

Comments
 (0)