The steps to package the source code are:

  1. With a clone from the main project repository, switch to the tag. These instructions assume the tag name is "v4.0.0"
  2. Run the npm script to build the release bundles:

    # infusion-all bundle
    npm run build:pkg
     
    # UIO bundle 
    npm run build:pkg:custom -- -i fluid-ui-options

    This creates a folder called products and places the release bundle there; e.g. infusion-all-4.0.0.zip