From 0b6e7bf3d00266e4c1ecb404f488c8575c93ed7c Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 10 Mar 2022 12:28:25 -0800 Subject: [PATCH] Add contributor README --- CONTRIBUTOR.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTOR.md diff --git a/CONTRIBUTOR.md b/CONTRIBUTOR.md new file mode 100644 index 0000000..49824b6 --- /dev/null +++ b/CONTRIBUTOR.md @@ -0,0 +1,7 @@ +## To release + +1. Update the version in `pyproject.toml`; commit +2. Tag the commit with the same version: `git tag -s 0.2` +3. Push the commit and tag: `git push --tags origin main` +4. Update the version in `pyproject.toml` to the next development + version; push