An open API service indexing awesome lists of open source software.

https://github.com/shopware/release-notes


https://github.com/shopware/release-notes

releases

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Shopware release notes

*This repository is embedded into [developer-portal](https://github.com/shopware/developer-portal) under the [/release-notes/](https://developer.shopware.com/release-notes/). This repository is also connected to the Shopware Dev Docs connector GitHub app which manages commit status checks in PRs and triggers production deployments.

## Development

1. Clone this repository

```
cd /www/
git clone git@github.com:shopware/release-notes.git
cd release-notes
```

2. Make sure you have your local copy of the developer-portal repository in the same parent directory.

```
pnpm docs:env
```

3. Link articles from your local copy of the release-notes into the developer-portal.

```
pnpm docs:link
```

4. Start the development server.

```
pnpm docs:preview
```