Skip to content

Commit

Permalink
Prepare for v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lupoDharkael committed Feb 24, 2018
1 parent 0c943d4 commit 9abdb0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/release.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9abdb0e

Please sign in to comment.