You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appveyor.yml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,17 @@ deploy:
69
69
- provider: GitHub
70
70
repository: Flow-Launcher/Prereleases
71
71
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)'
72
+
description: |
73
+
This is the early access build of our upcoming release.
74
+
All changes contained here are reviewed, tested and stable to use.
75
+
76
+
This build includes new changes from commit:
77
+
$(APPVEYOR_REPO_COMMIT_MESSAGE)
78
+
79
+
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.
80
+
For latest production release visit [here](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest)
81
+
82
+
Please report any bugs or issues over at the [main repository](https://github.com/Flow-Launcher/Flow.Launcher/issues)'
0 commit comments