Prepare for v0.5.1

This commit is contained in:
lupoDharkael
2018-02-24 12:19:04 +01:00
parent 0c943d4f87
commit 9abdb0e7f2
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ env:
global:
# Environment variables for packpack
- PRODUCT=flameshot
- VERSION=0.5.0
- VERSION=0.5.1
- RELEASE=1
- ARCH=x86_64
# - DOCKER_REPO=packpack/packpack

View File

@@ -1,6 +1,6 @@
What to do in every release?
- Update translations.
- Properly generate the .deb file.
- Releases always use annotated tags as in `git tag -a -m "v0.5.0"`
- 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.