Flow.Launcher icon indicating copy to clipboard operation
Flow.Launcher copied to clipboard

New Pre-Releases - add PR/change details

Open H5820121 opened this issue 6 months ago • 2 comments

@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.

Image

Can you please add this information so that we can test that and report bugs?

Thank you!

H5820121 avatar Jun 09 '25 17:06 H5820121

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 avatar Jun 10 '25 13:06 jjw24

@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.

Jack251970 avatar Jun 14 '25 11:06 Jack251970

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 avatar Jun 16 '25 11:06 jjw24

@jjw24 Thank you very much!

H5820121 avatar Jun 18 '25 16:06 H5820121