forked from qilingframework/qiling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
25 lines (24 loc) · 848 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Features request and TODO please refer to issue 333 https://github.com/qilingframework/qiling/issues/333
-------------------- CHECKLIST before TAG --------------------
Release
1. qiling/__version__.py
- __version__ = "1.[x].[x]"
2. Make sure development status classifer in setup.py is correct.
- 'Development Status :: 5 - Production/Stable'
3. Update ChangeLog
4. commit and push
5. Merge dev into master
6. git checkout master
7. git pull
6. git tag 1.[x].[x]
8. git push origin --tags
9. check for new Pypi package @ https://pypi.org/project/qiling
10. pip3 install qiling --upgrade
11. git checkout dev
12. git merge master
13. Change setup.py to
- 'Development Status :: 3 - Beta'
14. Update version and add in dev
__version__ = "X.X.X" + "-dev"
15. Update changelog and add section for next Update
16. commit and push