From caf5ea698428427c67495f2874bbedf9def44474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Tue, 31 Jan 2017 12:25:57 -0500 Subject: [PATCH] draft a release process --- doc/development.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/development.txt b/doc/development.txt index 3f5f6ec7..358693d0 100644 --- a/doc/development.txt +++ b/doc/development.txt @@ -47,3 +47,19 @@ Setup for Windows Execute ``windows\build.bat`` to build a local version. Execute ``windows\test.bat`` to run the unittest suite. Execute ``windows\dist.bat`` to build a binary installer. + + +Release process +--------------- + +1. make sure tests pass + +2. bump AppVersion in setup.py and commit changes + +3. build wheel file (setup.py bdist_wheel) and upload to PyPI + +4. tag release (vX.Y.Z) + +5. push + +6. write release notes on github