From 8327b015c940e0d059fc17b055cb834c84b9a472 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 23 Jun 2017 18:23:46 -0400 Subject: [PATCH] Switch order of release checklist. Signed-off-by: Roberto Rosario --- docs/topics/development.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/topics/development.rst b/docs/topics/development.rst index 165f58ed0d..dbfa7269b4 100644 --- a/docs/topics/development.rst +++ b/docs/topics/development.rst @@ -445,26 +445,26 @@ Release checklist $ make translations_compile -3. Bump version in `mayan/__init__.py` -4. Update requirements version in `setup.py` -5. Write release notes. -6. Update changelog. -7. Tag version:: - - $ git tag -a vX.Y.Z -m "Version X.Y.Z" - -8. Push tag upstream:: - - $ git push --tags - -9. Build source package and test:: +3. Write release notes. +4. Update changelog. +5. Update requirements version in `setup.py` +6. Bump version in `mayan/__init__.py` +7. Build source package and test:: $ make test_sdist_via_docker_ubuntu -10. Build wheel package and test:: +8. Build wheel package and test:: $ make test_whell_via_docker_ubuntu +9. Tag version:: + + $ git tag -a vX.Y.Z -m "Version X.Y.Z" + +10. Push tag upstream:: + + $ git push --tags + 11. Build and upload a test release:: $ make release_test_via_docker_ubuntu