Browse Source

Update release.md

Dharkael 6 years ago
parent
commit
6ab7321dc2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/dev/release.md

+ 3 - 1
docs/dev/release.md

@@ -1,7 +1,9 @@
- What to do in every release?
+ What to do before every release?
 
  - Update translations.
  - Update travis version
  - Releases always use annotated tags as in `git tag -a v0.5.1 -m "version 0.5.1"`
  - Add a changelog description in the Github's release.
  - Update .pro hardcoded version.
+ - Run cppcheck --enable=all 2> err.txt
+ - Run codespell