CI - Need way for extollo modules to install from master branch #4

Closed
opened 2021-03-31 03:01:16 +00:00 by garrettmills · 1 comment
Owner

When building modules in CI, they pull the latest versioned release rather than the master branch of the module. This can lead to build errors when the module has changed on master, but not the version.

Idea would be to add a prepare script to package.json for all of the modules by default that builds them on install. Then, when other modules install them, they install from the git repo.

When we do a release, we replace the git references with actual release versions.

When building modules in CI, they pull the latest versioned release rather than the master branch of the module. This can lead to build errors when the module has changed on master, but not the version. Idea would be to add a `prepare` script to `package.json` for all of the modules by default that builds them on install. Then, when other modules install them, they install from the git repo. When we do a release, we replace the git references with actual release versions.
garrettmills added the
bug
CI
labels 2021-03-31 03:01:16 +00:00
garrettmills added this to the Initial Release project 2021-03-31 03:01:16 +00:00
Author
Owner

Should be resolved for now. Will need to create a doc for doing a release properly when the time comes.

Should be resolved for now. Will need to create a doc for doing a release properly when the time comes.
Sign in to join this conversation.
No description provided.