From d7eb66d5299b06baaf8f152c3f06db9dad094b20 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Thu, 16 Apr 2020 20:49:36 -0700 Subject: [PATCH] Updated release guide --- MAINTENANCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTENANCE.md b/MAINTENANCE.md index a45d8b7..14b3fc9 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -1,5 +1,6 @@ # How to make a release +- `git pull` to not miss out on any recent contributions - Update version number in Cargo.toml and commit the change (no need to push) - Run `make_release.ps1` - After CI completes, find the release on Github and write the changelog