From 65366816fa43f0c2752f3dd6d98f88f0b05d2155 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:43:05 +0100 Subject: [PATCH] updates readme with release info --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5eb8910..6087b17 100644 --- a/README.md +++ b/README.md @@ -162,3 +162,9 @@ It is assumed that you are using **Python3.9+**. It is encouraged to [setup a vi ``` We use [Black](https://github.com/psf/black) as our code formatter. If you don't want to use the `pre-commit` hook, you can run the formatter manually or via an editor plugin. + +## Release + +1. Update [version.py](geoclustering/version.py) +2. Run `scripts/release.sh` +3. Confirm GH action completed successfully \ No newline at end of file