mirror of https://github.com/status-im/evmc.git
commit
fa67feaeb9
23
README.md
23
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue