From a766aa7d8a885a4cf572d3ebbc2e9e176583f8ff Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 13 Jul 2018 17:29:16 +0200 Subject: [PATCH] appveyor: reduce version string to basic info (#3324) ## Short roundup of the initial problem It was mostly out of date because we have to manually update it with our current version number. The use of that is suspect anyway, since it only displays in the appveyor build overview. It also had a redundant info about the branch. ## What will change with this Pull Request? - remove hard coded version number - remove branch - cleanup build trigger from [#3300](https://github.com/Cockatrice/Cockatrice/pull/3300/files#diff-11c909939117928998b102a1fff7d363) - more readable style ## Screenshots I did some tests, so don't be confused about the different styles displayed in the history: ![version](https://user-images.githubusercontent.com/9874850/42664150-876175ac-8639-11e8-9df5-3fdd775440ed.png) --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d55f9da8..1fa024e6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,5 @@ -version: 2.6.0-branch-{branch}-build-{build} +version: build {build} -#BUILD!!! # Skipping commits affecting specific files (GitHub only). # More details here: https://www.appveyor.com/docs/appveyor-yml and https://www.appveyor.com/docs/how-to/filtering-commits skip_commits: