mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-18 17:26:57 +00:00
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.
8 lines
253 B
Markdown
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.
|