CI - Need way for extollo modules to install from master branch #4
Labels
No Label
bug
CI
duplicate
enhancement
@extollo/cli
@extollo/di
@extollo/i18n
@extollo/lib
@extollo/orm
@extollo/util
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: extollo/extollo#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
preparescript topackage.jsonfor 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.
Should be resolved for now. Will need to create a doc for doing a release properly when the time comes.