Flow.Launcher
Flow.Launcher copied to clipboard
New Pre-Releases - add PR/change details
@jjw24 The new pre-releases does not specify what has been added in them, When I open "See our release Pull Request for details" (in the email I receive) I don't see anything there.
Can you please add this information so that we can test that and report bugs?
Thank you!
Hi there, thanks for helping to test our changes in the pre-release version.
I will need to find a better way to display the information in the pre-release notes. In the meantime, you can get the information by going to the main repo -> pull requests -> milestones -> select the smallest milestone -> select closed and you will be able to get all the PRs that are merged in the latest pre-release.
For example: https://github.com/Flow-Launcher/Flow.Launcher/milestone/49?closed=1
@jjw24 I think he means to support release notes for Pre-releases release. Since pre-released releases are automatically built when new PR is merged into dev branch, I think we can use title of the merged PR as release notes. If the merged PR is https://github.com/Flow-Launcher/Flow.Launcher/pull/3616, I think we can create a release with release notes as follows:
Release Notes
- Fix issue with WebSearch open Uri file paths in browser
See Pull Request for details.
[!WARNING] This is the early access build of our upcoming release. All changes contained here are reviewed, tested and stable to use. For latest production release visit here. Please report any bugs or issues over at the main repository.
Yeah that is what I am thinking too. AppVeyor does have a built-in variable APPVEYOR_REPO_COMMIT_MESSAGE which hopefully is the merge commit and we can use that. I prefer not to go through another API call for this.
@jjw24 Thank you very much!