Skip to content

Commit 1089afb

Browse files
authored
Update TODO
1 parent dd47c44 commit 1089afb

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

TODO

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
11
Features 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

0 commit comments

Comments
 (0)