From 2a32f8f6817c73eb76787bc6170754d0bde9419d Mon Sep 17 00:00:00 2001 From: bao-qian Date: Mon, 28 Mar 2016 15:02:53 +0100 Subject: [PATCH 1/4] Add gitter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 587483614f..cf82765a2e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Gitter](https://badges.gitter.im/Wox-launcher/Wox.svg)](https://gitter.im/Wox-launcher/Wox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Build status](https://ci.appveyor.com/api/projects/status/bfktntbivg32e103)](https://ci.appveyor.com/project/qianlifeng/wox) [![Github All Releases](https://img.shields.io/github/downloads/Wox-launcher/Wox/total.svg)](https://github.com/Wox-launcher/Wox/releases) [![Bountysource](https://www.bountysource.com/badge/team?team_id=39433&style=raised)](https://www.bountysource.com/teams/wox?utm_source=Wox&utm_medium=shield&utm_campaign=raised) [![Issue Stats](http://issuestats.com/github/Wox-launcher/Wox/badge/pr)](http://issuestats.com/github/Wox-launcher/Wox) From 273a7d82a2ab9fd56e770aa87d6596be5613a3b6 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Mon, 18 Apr 2016 23:01:53 +0100 Subject: [PATCH 2/4] Add Github prerelease for stable master build --- appveyor.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e2eb5ca681..4f0077ef6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ assembly_info: file: AssemblyInfo.* assembly_version: '{version}' assembly_file_version: '{version}' - assembly_informational_version: '{version}-beta.2-$(APPVEYOR_REPO_COMMIT)' + assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)' before_build: - ps: nuget restore build: @@ -29,3 +29,14 @@ deploy: artifact: nuget_package on: branch: api +- provider: GitHub + description: 'Prerelease build' + auth_token: + # encriped using appveyor account -> encrypt data + secure: QWPF8at/Ber4dcTAtOVZd7kgbUii6GYrEFdJAKC6SaqmwMO9OAwkXccN2bqBAml9 + artifact: /.*\.zip/ + prerelease: true + on: + branch: master + # deploy on tag push only + appveyor_repo_tag: true \ No newline at end of file From 375078a9a4a1894240f068e509f21ea50dd4f7ea Mon Sep 17 00:00:00 2001 From: bao-qian Date: Mon, 18 Apr 2016 23:17:11 +0100 Subject: [PATCH 3/4] Update READEME.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf82765a2e..fc8b5b8489 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Gitter](https://badges.gitter.im/Wox-launcher/Wox.svg)](https://gitter.im/Wox-launcher/Wox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -[![Build status](https://ci.appveyor.com/api/projects/status/bfktntbivg32e103)](https://ci.appveyor.com/project/qianlifeng/wox) [![Github All Releases](https://img.shields.io/github/downloads/Wox-launcher/Wox/total.svg)](https://github.com/Wox-launcher/Wox/releases) -[![Bountysource](https://www.bountysource.com/badge/team?team_id=39433&style=raised)](https://www.bountysource.com/teams/wox?utm_source=Wox&utm_medium=shield&utm_campaign=raised) +[![Build status](https://ci.appveyor.com/api/projects/status/bfktntbivg32e103)](https://ci.appveyor.com/project/happlebao/wox) +[![Github All Releases](https://img.shields.io/github/downloads/Wox-launcher/Wox/total.svg)](https://github.com/Wox-launcher/Wox/releases) [![Issue Stats](http://issuestats.com/github/Wox-launcher/Wox/badge/pr)](http://issuestats.com/github/Wox-launcher/Wox) ========= From a249ced37c794b539163b52ed6f6f25572cc4a2c Mon Sep 17 00:00:00 2001 From: bao-qian Date: Tue, 19 Apr 2016 10:15:41 +0100 Subject: [PATCH 4/4] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4f0077ef6e..afe587141c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,7 @@ deploy: on: branch: api - provider: GitHub - description: 'Prerelease build' + description: 'Prerelease from every stable master build' auth_token: # encriped using appveyor account -> encrypt data secure: QWPF8at/Ber4dcTAtOVZd7kgbUii6GYrEFdJAKC6SaqmwMO9OAwkXccN2bqBAml9 @@ -39,4 +39,4 @@ deploy: on: branch: master # deploy on tag push only - appveyor_repo_tag: true \ No newline at end of file + appveyor_repo_tag: true