File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 11Features request and TODO please refer to issue 333 https://github.com/qilingframework/qiling/issues/333
2-
3- -------------------- CHECKLIST before TAG --------------------
4- Release
5- 1. qiling/__version__.py
6- - __version__ = "1.[x].[x]"
7- 2. Make sure development status classifer in setup.py is correct.
8- - 'Development Status :: 5 - Production/Stable'
9- 3. Update ChangeLog
10- 4. commit and push
11- 5. Merge dev into master
12- 6. git checkout master
13- 7. git pull
14- 6. git tag 1.[x].[x]
15- 8. git push origin --tags
16- 9. check for new Pypi package @ https://pypi.org/project/qiling
17- 10. pip3 install qiling --upgrade
18- 11. git checkout dev
19- 12. git merge master
20- 13. Change setup.py to
21- - 'Development Status :: 3 - Beta'
22- 14. Update version and add in dev
23- __version__ = "X.X.X" + "-dev"
24- 15. Update changelog and add section for next Update
25- 16. commit and push
You can’t perform that action at this time.
0 commit comments