Warning, /sdk/doxyqml/RELEASE_CHECK_LIST.md is written in an unsupported language. File is not indexed.

0001 Update NEWS:
0002 
0003     r!git log --pretty=format:'- \%s (\%an)' x.y.z-1..HEAD
0004 
0005 Bump version number in doxyqml/__init__.py
0006 
0007 Commit
0008 
0009 Create tarball:
0010 
0011     ./setup.py sdist --formats=bztar
0012 
0013 Install tarball in virtual env:
0014 
0015     pew mktmpenv
0016     cd /tmp
0017     tar xf path/to/doxyqml/dists/doxyqml-$version.tar.bz2
0018     cd doxyqml-$version
0019     ./setup.py install
0020 
0021 Run unit tests:
0022 
0023     ./tests/unit/tests.py
0024 
0025 Run functional tests:
0026 
0027     ./tests/functional/tests.py
0028 
0029 Check rendering of PyPI page:
0030 
0031     pip install --upgrade twine 'readme_renderer[md]'
0032     twine check
0033     exit
0034 
0035 If OK, create "x.y.z" tag:
0036 
0037     git tag -a x.y.z
0038 
0039 Push:
0040 
0041     git push
0042     git push --tags
0043 
0044 Publish on PyPI:
0045 
0046     twine upload dists/doxyqml-$version.tar.bz2
0047 
0048 Update project page
0049 
0050 Blog