release process: update dependencies (#280)
Part of the check-list at https://github.com/ooni/probe/issues/1369
This commit is contained in:
parent
bd451016f5
commit
7ca32b5ce6
5 changed files with 37 additions and 74 deletions
10
Readme.md
10
Readme.md
|
|
@ -80,10 +80,6 @@ go get -u -v ./... && go mod tidy
|
|||
|
||||
## Releasing
|
||||
|
||||
1. update binary data as described above;
|
||||
|
||||
2. update `internal/version/version.go`;
|
||||
|
||||
3. make sure you have updated dependencies;
|
||||
|
||||
4. run `./build.sh release` and follow instructions.
|
||||
Create an issue according to [the routine release template](
|
||||
https://github.com/ooni/probe/blob/master/.github/ISSUE_TEMPLATE/routine-sprint-releases.md)
|
||||
and perform any item inside the check-list.
|
||||
|
|
|
|||
Loading…
Reference in a new issue