Skip to content

Commit

Permalink
Minor polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Simsys committed Mar 16, 2019
1 parent 06d0527 commit d03ed64
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions doc/howtorelease.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
How to make consistent changes
==============================
How to make a release
=====================
1. Make changes, test them
2. Edit qhexedit.h, version number
3. Edit setup.py, version number
Expand All @@ -9,8 +9,8 @@ How to make consistent changes
7. $ git commit -m "v0.x.y"
8. $ git push origin master

How to make a release
=====================
How to update docs
==================
1. Copy doxygen html to ...github.io
2. $ git add *
3. $ git commit -m "v0.x.y"
Expand Down
9 changes: 5 additions & 4 deletions example/qhexedit.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ FORMS += \
searchdialog.ui

OTHER_FILES += \
../doc/release.txt \
../doc/howtorelease.txt \
../appveyor.yml \
../build-example.bat \
../build-python-bindings.bat \
../build-example.sh \
../build-python-bindings.sh \
../deploy.nsi \
../doc/release.txt \
../doc/howtorelease.txt \
../appveyor.yml \
../readme.md \
../setup.py
../setup.py \
../src/qhexedit.sip

TRANSLATIONS += \
translations/qhexedit_cs.ts \
Expand Down

0 comments on commit d03ed64

Please sign in to comment.