2017-10-09 14:11:12 +00:00
|
|
|
# Status bindings for go-ethereum
|
2018-03-01 14:29:36 +00:00
|
|
|
|
2017-10-09 14:11:12 +00:00
|
|
|
[![TravisCI Builds](https://img.shields.io/badge/TravisCI-URL-yellowgreen.svg?link=https://travis-ci.org/status-im/status-go)](https://travis-ci.org/status-im/status-go)
|
|
|
|
[![GoDoc](https://godoc.org/github.com/status-im/status-go?status.svg)](https://godoc.org/github.com/status-im/status-go) [![Master Build Status](https://img.shields.io/travis/status-im/status-go/master.svg?label=build/master)](https://github.com/status-im/status-go/tree/master) [![Develop Build Status](https://img.shields.io/travis/status-im/status-go/develop.svg?label=build/develop)](https://github.com/status-im/status-go/tree/develop)
|
2016-09-28 14:35:39 +00:00
|
|
|
|
2017-10-09 14:11:12 +00:00
|
|
|
# Docs
|
2018-03-01 14:29:36 +00:00
|
|
|
|
2018-09-20 08:36:40 +00:00
|
|
|
- [How To Build](https://docs.status.im/docs/build_status_go.html)
|
2018-04-04 11:16:05 +00:00
|
|
|
- [How To Contribute](CONTRIBUTING.md)
|
2016-12-19 20:51:08 +00:00
|
|
|
|
2018-09-20 08:36:40 +00:00
|
|
|
# License
|
2018-03-01 14:29:36 +00:00
|
|
|
|
2017-10-09 14:11:12 +00:00
|
|
|
[Mozilla Public License 2.0](https://github.com/status-im/status-go/blob/develop/LICENSE.md)
|
2018-11-05 14:02:16 +00:00
|
|
|
|
|
|
|
### Releasing
|
|
|
|
|
|
|
|
To create a release, first increase the `VERSION` file according to semantic versioning.
|
|
|
|
|
|
|
|
You can then build the artifacts for the specific platform.
|
|
|
|
|
|
|
|
Once done, you can run:
|
|
|
|
|
|
|
|
`make prepare-release`
|
|
|
|
|
|
|
|
and
|
|
|
|
|
|
|
|
`make release release_branch={{release_branch}}`
|
|
|
|
|
|
|
|
Where `release_branch` is the branch you are targeting.
|
|
|
|
You will also need to specify some form of credentials, `GITHUB_TOKEN` environment variable for example.
|