farmOS / field-kit

A modular, offline-first companion app to farmOS.
https://farmOS.org
GNU General Public License v3.0
59 stars 38 forks source link

2.0.0-alpha.7 (almost) #506

Closed jgaehring closed 2 years ago

jgaehring commented 2 years ago

This will be our first "public alpha," which I intend to merge back into the deploy branch. That will put Field Kit it back into production on the https://farmos.app domain, for the first time since v0.8.0, I think.

I'm going to merge this into develop more or less right away, so we can test things out in conjunction with the first field-module-tasks release (see #497). That branch will go back to being our "nightly" branch, which should represent a degree of stability, but is not treated as the primary deployment.

I will hold off on bumping the version number and tagging, however, until we have a chance to test that out. As we used to do in the past, the deploy branch will be the branch we tag on, and only merge into that branch when we're ready to tag.

jgaehring commented 2 years ago

Whelp, that broke:

https://app.netlify.com/sites/dreamy-tesla-8069e3/deploys/623be91b169e010009dae2d7

Seems to be an issue with the way workspaces are set up, since it's not resolving the farm-ui package properly. I'll have to give it another try in the AM.

jgaehring commented 2 years ago

Ok, cool, calling the build script from the root directory but in the context of the field-kit workspace (8cb3561) fixed it. Merging...