Show AppVeyor build version in release description
Makes it more clear which version you are using.
This commit is contained in:
parent
00e53f3c8e
commit
1d2f6163c3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ artifacts:
|
||||||
deploy:
|
deploy:
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
release: Development Release
|
release: Development Release
|
||||||
description: ACSE Development Release {build}. Some features may or may not work. Your milage will vary. Use at your own risk.
|
description: ACSE Development Release $(appveyor_build_version). Some features may or may not work. Your milage will vary. Use at your own risk.
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: GL5JqofZHzmr6ztb9df5FKEPSJmvzPrH2saGy+leFyeIrc8C7qkJmbQZ7PpH2NOl
|
secure: GL5JqofZHzmr6ztb9df5FKEPSJmvzPrH2saGy+leFyeIrc8C7qkJmbQZ7PpH2NOl
|
||||||
artifact: /.*\.zip/
|
artifact: /.*\.zip/
|
||||||
|
|
Loading…
Reference in a new issue