aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

devops: Figure out how to use submodules in releases #256

Closed erichanson closed 1 year ago

erichanson commented 1 year ago

When github publishes releases, it just publishes the source code of this repo, and doesn't recurse into submodules. Thus directory for any submodules is empty. Figure out how to do releases that include submodules, or just start packaging the thing internally.

erichanson commented 1 year ago

As of 0.4, we're using submodules for the meta and meta_trigger extensions.