From 0b548ea91a05b9c0bd1483ebf8a5b775775ba074 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Sun, 20 Oct 2024 17:09:14 +0200 Subject: [PATCH] update contributing --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 28e60aff..0c52140f 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -69,6 +69,7 @@ - update `docs/whats-new.md` and add a date to the current release heading - run local testbank - local check with: `python -m build` and `twine check dist/*` ([does not work on WCF](https://github.com/pypa/setuptools/issues/4133)) +- commit+push to github via PR - copy the dfm_tools version from [pyproject.toml](https://github.com/Deltares/dfm_tools/blob/main/pyproject.toml) (e.g. `0.11.0`) - create a [new release](https://github.com/Deltares/dfm_tools/releases/new) - click `choose a tag` and type v+versionnumber (e.g. `v0.11.0`), click `create new tag: v0.11.0 on publish`