forked from qilingframework/qiling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
31 lines (29 loc) · 1020 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
26
27
28
29
30
31
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. 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
Pre-release/dev
1. __version__.py
- __version__ = "1.[x].[x]" + "-rc[x]"
2. Make sure development status classifer in setup.py is correct.
- 'Development Status :: 3 - Alpha'
3. Update ChangeLog
4. commit and push
5. checkout dev
6. git pull
7. git tag 1.[x].[x]-rc[x]
8. git push origin --tags
9. check for new pre-release Pypi package @ https://pypi.org/project/qiling/#history
10. pip3 install qiling --upgrade