We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e409bb commit ebd951dCopy full SHA for ebd951d
release_appveyor.yml
@@ -1,8 +1,14 @@
1
+# See http://www.appveyor.com/docs/appveyor-yml for many more options
2
+
3
version: Release_{branch}_0.9.{build}.0
4
branches:
5
only:
6
- master
7
skip_tags: true
8
+# Skip on updates to the readme.
9
+# We can force this by adding [skip ci] or [ci skip] anywhere in commit message
10
+skip_commits:
11
+ message: /Update (README.md|LICENSE|.gitignore|.gitattributes)*/
12
configuration: Release
13
platform: Any CPU
14
assembly_info:
0 commit comments