mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 15:14:45 +00:00
draft a release process
This commit is contained in:
parent
da8cecd83c
commit
caf5ea6984
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue