From 9abdb0e7f2905d16fcc8257682cc3c45f3209b11 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Sat, 24 Feb 2018 12:19:04 +0100 Subject: [PATCH] Prepare for v0.5.1 --- .travis.yml | 2 +- docs/dev/release.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d87e6c3..78cbf5c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/docs/dev/release.md b/docs/dev/release.md index a341ac7e..bdc536eb 100644 --- a/docs/dev/release.md +++ b/docs/dev/release.md @@ -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.