Skip to content

Commit d3664bc

Browse files
authored
update
1 parent 96a9430 commit d3664bc

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

appveyor.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ platform: Any CPU
2727
configuration: Release
2828
before_build:
2929
- ps: |
30-
echo "BLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH"
31-
echo $env:APPVEYOR_REPO_COMMIT_MESSAGE
3230
nuget restore
3331
3432
$jsonFiles = Get-ChildItem -Path ".\Plugins\*\plugin.json"
@@ -69,7 +67,17 @@ deploy:
6967
- provider: GitHub
7068
repository: Flow-Launcher/Prereleases
7169
release: v$(prereleaseTag)
72-
description: 'This is the early access build of our upcoming release. All changes contained here are reviewed, tested and stable to use.\n\nSee our [release](https://github.com/Flow-Launcher/Flow.Launcher/pulls?q=is%3Aopen+is%3Apr+label%3Arelease) Pull Request for details.\n\nFor latest production release visit [here](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest)\n\nPlease report any bugs or issues over at the [main repository](https://github.com/Flow-Launcher/Flow.Launcher/issues)'
70+
description: |
71+
This is the early access build of our upcoming release.
72+
All changes contained here are reviewed, tested and stable to use.
73+
74+
This build includes new changes from commit:
75+
$(APPVEYOR_REPO_COMMIT_MESSAGE)
76+
77+
See all changes in this early access by going to the [milstones](https://github.com/Flow-Launcher/Flow.Launcher/milestones?sort=title&direction=asc) section and choosing the upcoming milestone.
78+
For latest production release visit [here](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest)
79+
80+
Please report any bugs or issues over at the [main repository](https://github.com/Flow-Launcher/Flow.Launcher/issues)'
7381
auth_token:
7482
secure: ij4UeXUYQBDJxn2YRAAhUOjklOGVKDB87Hn5J8tKIzj13yatoI7sLM666QDQFEgv
7583
artifact: Squirrel Installer, Portable Version, Squirrel nupkg, Squirrel RELEASES

0 commit comments

Comments
 (0)