From 9458052636437296f082632765bff5c3e46f87b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 24 Oct 2018 23:49:25 +0200 Subject: [PATCH] README: Document how to make new release --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0a82a92..e22f125 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Please visit the [documentation]. - [pyevm] (in progress) - [pyethereum] (abandoned) + ## Maintainers - Alex Beregszaszi [@axic] @@ -48,6 +49,18 @@ Talk with us on the [EVMC Gitter chat][Gitter]. 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