Skip to content
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

[releaser] UpdateUpgradeReleaseWorker: update instructions #2932

Merged
merged 1 commit into from
Dec 1, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function work(
- check whether there are no duplicated instructions for modifying docker related files,
- check links whether they point to the repository in the "%s" version
- make sure, that every subsection of UPGRADE notes has link to correct pull request
- check "see #project-base-diff to update your project" is added to the all the upgrade notes and add the line where it is missing (at least to all the Storefront entries)
- replace all occurrences of #project-base-diff with link to project-base commit of the change
- you can find the commit hashes quickly by executing following on the project-base repository:
git log --oneline --format="%%H %%s" | grep -E \'\(#\d+\)$\'',
Expand Down