Skip to content

chore: add a bit more documentation about release generation #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@ before announcing the release.
- Fork and clone https://github.com/mage-os/generate-mirror-repo-js,
then create a new branch that you'll use to create a pull request.
- Create `resource/history/mage-os/product-community-edition/VERSIONNUMBER.js` and `resource/history/mage-os/project-community-edition/VERSIONNUMBER.js`
simply copying the previous ones and updating the numbering inside.
simply copying the previous ones and updating the numbering inside. Also, check
[product-community-edition/dependencies-template.json](https://github.com/mage-os/generate-mirror-repo-js/blob/main/resource/composer-templates/mage-os/product-community-edition/dependencies-template.json)
and [project-community-edition/dependencies-template.json](https://github.com/mage-os/generate-mirror-repo-js/blob/main/resource/composer-templates/mage-os/project-community-edition/dependencies-template.json)
in case there are new lines that should also be added.
- Install the newly released version with `composer create-project --repository-url=https://repo.mage-os.org/ mage-os/project-community-edition`
- Create `resource/history/mage-os/magento2-base/VERSIONNUMBER.js` copying the base composer.json file
(from `project-community-edition/vendor/mage-os/magento2-base/composer.json` folder).
Expand Down