status-go/README.md

31 lines
1.3 KiB
Markdown
Raw Normal View History

# Status bindings for go-ethereum
[![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
# Docs
- [How To Build](https://docs.status.im/docs/build_status_go.html)
- [How To Contribute](CONTRIBUTING.md)
2016-12-19 20:51:08 +00:00
# License
[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.