Skip to content

Commit

Permalink
Merge pull request #164 from ethereum/readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
axic authored Oct 25, 2018
2 parents fe3d59a + 9458052 commit fa67fea
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit fa67fea

Please sign in to comment.