Skip to content

Commit

Permalink
Release v3.0.7 (ooni#152)
Browse files Browse the repository at this point in the history
* Update go-bindata and regenerate binary data

* Pin to ooni/probe-engine 0.17.0 and update dependencies

* Set version to 3.0.7

* Readme.md: better release instructions
  • Loading branch information
bassosimone authored Sep 30, 2020
1 parent 2e298c4 commit f91ff2a
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 191 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ a specific version of psiphon and of its dependencies.

## Releasing

Make sure you have updated dependencies. Then run
1. update binary data as described above;

```bash
./build.sh release
```
2. update `version/version.go`;

3. make sure you have updated dependencies;

and follow instructions.
4. run `./build.sh release` and follow instructions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ go 1.14

require (
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/apex/log v1.9.0
github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
github.com/fatih/color v1.9.0
github.com/getsentry/raven-go v0.0.0-20190419175539-919484f041ea
github.com/mattn/go-colorable v0.1.7
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/ooni/probe-engine v0.16.0
github.com/ooni/probe-engine v0.17.0
github.com/pkg/errors v0.9.1
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
golang.org/x/sys v0.0.0-20200820212457-1fb795427249 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.8
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
upper.io/db.v3 v3.7.1+incompatible
Expand Down
Loading

0 comments on commit f91ff2a

Please sign in to comment.