Replies: 6 comments 14 replies
-
i dont know if there are enough interests atm to test builds. the builds can always be accessed via the build results in each PR, perhaps when there are more requests we can put it in a discussion section or wire up the ci for it |
Beta Was this translation helpful? Give feedback.
-
I think people will try it out if we provide them the builds clearly (like what that build is for, and where to post testing-results), right now the builds are buried in PR which is not many people aware of and not sure what to do with it. Early feedback is the whole point of CI/CD stuff, I think we need early feedback on big PRs like PR-#470 or big releases like 1.8.0, or feedback about style (PR-#495) (those tend to be fairly subjective) And the last release of Flow is like 4 months now. Many users not able to try out all the improvement that exists for months seems a bit ...sad 😅 I think, for now, we can just keep it really simple, 1 topic (discussion) for it, listed 3 builds: a weekly-dev-builds, a 1.8.0 build, a big PR build. And we ask people to try them out. In terms of maintenance, for now we can do manual, weekly edit that topic, later we can write some CI to automate if people like it. |
Beta Was this translation helpful? Give feedback.
-
The release pr will constantly have changes merged in, which will be quite manual to keep up with the latest builds in discussion, (I'm afk) I wonder if there is something in AppVeyor to provide a constant link to the latest build of the pr. Version from builds are still the production release version, for currently it is 1.7.2, I don't know if we need to mark them as pre-release and how. |
Beta Was this translation helpful? Give feedback.
-
Also how is this discussion abt adding early access builds in Discussions not already in Discussions 😛 |
Beta Was this translation helpful? Give feedback.
-
Haha hold up, lemme convert this real quick, kind of itchy to try it 😝 |
Beta Was this translation helpful? Give feedback.
-
manual one will be like this i suppose |
Beta Was this translation helpful? Give feedback.
-
Should we do something similar like this? 🤔 (like a Wiki page, or Flow's website page or Discussion topic?)
https://github.com/goldendict/goldendict/wiki/Early-Access-Builds-for-Windows
We got automatic CI artifacts so it seems not too hard to do.
I think we only need a couple of main builds:
dev branch
buildnext release build
(like1.8.0
)PR build
(builds of a big PRs, e.g. PR Optimize Exception Handling and Log #470)Why:
Beta Was this translation helpful? Give feedback.
All reactions