https://github.com/shopware/release-notes
https://github.com/shopware/release-notes
releases
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shopware/release-notes
- Owner: shopware
- Created: 2023-10-09T11:22:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T10:34:12.000Z (4 months ago)
- Last Synced: 2025-06-13T11:28:12.129Z (4 months ago)
- Topics: releases
- Homepage: https://developer.shopware.com/release-notes/
- Size: 1.21 MB
- Stars: 4
- Watchers: 21
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```