mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-27 12:21:26 +00:00
10 lines
315 B
Markdown
10 lines
315 B
Markdown
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
|
|
|