Merge pull request #164 from ethereum/readme

Update README
This commit is contained in:
Alex Beregszaszi 2018-10-25 16:58:13 +02:00 committed by GitHub
commit fa67feaeb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 5 deletions

View File

@ -30,11 +30,6 @@ Please visit the [documentation].
- [pyevm] (in progress)
- [pyethereum] (abandoned)
## Contribute
[![chat: on gitter][gitter badge]][Gitter]
Talk with us on the [EVMC Gitter chat][Gitter].
## Maintainers
@ -43,11 +38,29 @@ Talk with us on the [EVMC Gitter chat][Gitter].
See also the list of [EVMC Authors](AUTHORS.md).
## Contributing
[![chat: on gitter][gitter badge]][Gitter]
Talk with us on the [EVMC Gitter chat][Gitter].
## License
Licensed under the [MIT License](LICENSE).
## Internal
### Making new release
1. Update [CHANGELOG.md](CHANGELOG.md), put the release date, update release link.
2. `git add CHANGELOG.md`.
3. Tag new release: `bumpversion --allow-dirty prerel`.
4. Prepare CHANGELOG for next release: add unreleased section and link.
5. `git add CHANGELOG.md`.
6. Start new release series: `bumpversion --allow-dirty --no-tag minor`.
[@axic]: https://github.com/axic
[@chfast]: https://github.com/chfast
[documentation]: https://ethereum.github.io/evmc