-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add a create a version branch doc #275
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,64 @@ | ||||||
--- | ||||||
title: Create a new version branch | ||||||
weight: 20 | ||||||
aliases: | ||||||
- /maintainers-guide/releasing-prestashop/create-version-branch/ | ||||||
--- | ||||||
|
||||||
# Create a new branch for a new major/minor version. | ||||||
|
||||||
|
||||||
## 1) Create the new branch and push it to the main repo | ||||||
|
||||||
## 2) Open PRs based on the new branch and modify those files : | ||||||
|
||||||
There are multiples repo to update. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
We'll list the file we modified for the creation of the 9.0.x branch. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Changed files : | ||||||
Comment on lines
+18
to
+19
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
PrestaShop/PrestaShop : | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- .github/workflows/cron_js_routing.yml | ||||||
- .github/workflows/cron_nightly_build.yml | ||||||
- .github/workflows/cron_nightly_tests_9.0.x_mariadb.yml ( created ) | ||||||
- .github/workflows/cron_nightly_tests_9.0.x_mysql.yml ( created ) | ||||||
- .github/workflows/cron_nightly_tests_reports.yml | ||||||
- .github/workflows/cron_nightly_tests_reusable.yml | ||||||
- .github/workflows/cron_php_update_modules.yml | ||||||
- .github/PULL_REQUEST_TEMPLATE.md | ||||||
|
||||||
PrestaShop/test-scenarios : | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- .github/workflows/gh-pages.yml | ||||||
- config.json | ||||||
|
||||||
PrestaShop/presthubot : | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- src/App/Command/SlackNotifierCommand.php | ||||||
|
||||||
|
||||||
PrestaShop/prestashop.github.io : ( no PR needed this time ) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- data/tags.yml ( check if already updated ) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
PrestaShop/kanbanbot : | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- src/PullRequest/Domain/Aggregate/PullRequest/PullRequest.php | ||||||
- src/PullRequest/Domain/Aggregate/PullRequest/PullRequestDescription.php | ||||||
- tests/Shared/Infrastructure/Provider/TranslationsCatalogProviderTest.php | ||||||
- tests/PullRequest/Application/CommandHandler/CheckTableDescriptionCommandHandlerTest.php | ||||||
|
||||||
The following repo should be updated by the QA autom team but anyway here are the files we updated. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
PrestaShop/ga.tests.ui.pr : | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
- .github/workflows/build-shop.yml | ||||||
- .github/workflows/pr_test.yml | ||||||
- .github/workflows/pr_test_one.yml | ||||||
- .github/workflows/pr_security_test_one.yml | ||||||
- .github/workflows/test-sanity.yml | ||||||
- .github/workflows/test-with-prebuilt-shop.yml | ||||||
- .github/workflows/pr_test_single_campaign.yml | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.