Shopware release notes

This repository is embedded into developer-portal under the /release-notes/. Every PR triggers a healthcheck, and every push to the main branch triggers a new deployment in the developer-portal.

Development

  1. Clone this repository
cd /www/
git clone git@github.com:shopware/release-notes.git
cd release-notes
  1. Make sure you have your local copy of the developer-portal repository in the same parent directory.
pnpm docs:env
  1. Link articles from your local copy of the release-notes into the developer-portal.
pnpm docs:link
  1. Start the development server.
pnpm docs:preview