Publishing ScandiPWA
Release note sample
When describing the release notes, we suggest using the following template:
Publishing ScandiPWA
Because ScandiPWA is a mono repository managed by Lerna, you should publish it using Lerna commands.
This will create a new tag in the ScandiPWA GitHub repository. You can then go ahead and add some release notes to your release. The tag name will be in the format @scandipwa/scandipwa/X.X.X
.
Publishing Composer packages
We use packagist.org to host published packages. Each composer package is contained in its own repository. To publish a package, you need to:
Go to the selected repository (see the list of common ones)
Go to releases sections βΒ
/releases
Click "Draft new release"
Enter the title, describe the changes
Click "Publish release"
After that, the change will appear on packagist.org. You can search for the package name there.
Last updated