Description
A converted app is consumed as a versioned package rather than deployed from a checkout of itself, so it is not usable by a site until it publishes. That means release tooling in this repository: a semantic-release configuration, a publish workflow, and the branch layout those expect.
openedx/public-engineering#563 settles what that branch layout is for a frontend repository publishing to NPM. Since nothing has been published here yet, this should adopt it from the start rather than take up the older arrangement and be migrated later.
Depends on the conversion landing first.
Description
A converted app is consumed as a versioned package rather than deployed from a checkout of itself, so it is not usable by a site until it publishes. That means release tooling in this repository: a
semantic-releaseconfiguration, a publish workflow, and the branch layout those expect.openedx/public-engineering#563 settles what that branch layout is for a frontend repository publishing to NPM. Since nothing has been published here yet, this should adopt it from the start rather than take up the older arrangement and be migrated later.
Depends on the conversion landing first.