From cc5264fc8a8eb1eea7891f42d5974520b2082bc8 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 21 Oct 2017 22:31:24 -0700 Subject: [PATCH] some appveyor.yml modifications --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d5288d7a..f3eb146f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ # Appveyor configuration file for bash build of packs -version: v2-{build} +version: 2-{build} environment: # It's prefered to have the GithubAuthToken (encrypted) set in the UI. Follow this guide for the instructions https://www.appveyor.com/docs/deployment/github/#provider-settings. CommitTimestamp: 0 - CommitDescription: '"No description was added to this commit"' + CommitDescription: 'No description was added to this commit.' CYG_MIRROR: http://cygwin.mirror.constant.com CYG_PACKAGES: bash,php,dos2unix matrix: @@ -60,9 +60,9 @@ artifacts: deploy: tag: "AppVeyor" - # Release needs to be the same otherwise it won't overwrite. - release: "Graphic Packs Latest Release" - description: "Updated to **$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/)" + # Tag needs to be the same otherwise it won't overwrite. + release: "Graphic Packs: version $(appveyor_build_version)" + description: "Updated to **v$(appveyor_build_version)** at $(CommitTimestamp) (UTC)\n\n### Changelog:\n**$(appveyor_repo_commit_message)** - Commit $(appveyor_repo_commit) by $(appveyor_repo_commit_author):\n```\n$(CommitDescription)\n```\n#### [Installation instructions](https://$(appveyor_account_name).github.io/$(appveyor_project_name)/) - [Previous versions](https://ci.appveyor.com/project/$(appveyor_account_name)/$(appveyor_project_name)/history)" provider: GitHub # Auth token is generated by using https://www.appveyor.com/docs/deployment/github/#provider-settings auth_token: $(GithubAuthToken)