-
Notifications
You must be signed in to change notification settings - Fork 802
How to release a new Shopware version
Michael Telgmann edited this page Jun 14, 2023
·
4 revisions
Make sure that, the UPGRADE.md file is up-to-date and has the correct version
There should be at least a heading for each version with a link to the change from the version before. Example
Ping a Shopware employee, to create the new version in the SBP. This is needed for the extension store and plugin manufacturers.
Make sure that the package testsuite is running and green. (To be moved to GitHub)
- Create a new tag
GIT_COMMITTER_DATE="$(git show --format=%aD | head -1)" git tag -s -a v5.7.20 -m "Tag version 5.7.20"
git push --tags
This will trigger the release workflow. After the action is finished, a new releases should be published. The action of the release cache should be executed, to make the release available for the auto-updater.
Go to home page