Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier committed Apr 6, 2019
1 parent a826275 commit cbe8e1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_deploy:
- ./package.sh
- git config --local user.name "deploy robot"
- git config --local user.email "robot@retina.local"
- export TRAVIS_TAG=${TRAVIS_TAG:-v$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- export TRAVIS_TAG=${TRAVIS_TAG:-$(cat version)}
- git tag $TRAVIS_TAG
deploy:
provider: releases
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0

This version switches from .NET Framework to .NET Core.

## 1.0.1

This version adds more fine-grained control over the history.
Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.1.0

0 comments on commit cbe8e1e

Please sign in to comment.