Files
flameshot/docs/dev/release.md
lupoDharkael 213cd5d48c Prevent compilation with empty version
Compiling the project without git installed uses a hardcoded
version with a *-dev ending in the dev versions instead of
the specific commit information after the version.
2018-04-23 20:17:34 +02:00

8 lines
253 B
Markdown

What to do in 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.