Skip to content

Commit

Permalink
appveyor.yml: change versioning to '{branch}.{build}' format
Browse files Browse the repository at this point in the history
The old '2015.1.{build}' format is a bit confusing, because it gives the
impression that something is stuck in the past.

Change this to '{branch}.{build}'.
That way we don't need to care about date/time, since Appveyor will track
that anyway.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
  • Loading branch information
commodo committed Aug 1, 2018
1 parent 4bc72d3 commit c10ea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 2015.1.{build}
version: '{branch}.{build}'
clone_depth: 1

environment:
Expand Down

0 comments on commit c10ea9b

Please sign in to comment.