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

Closed
opened 3 years ago by garrettmills · 1 comments
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 3 years ago
garrettmills added this to the Initial Release project 3 years ago
Poster
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.
garrettmills closed this issue 3 years ago
Sign in to join this conversation.
Loading…
There is no content yet.