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

Start merging install lang strings from install_main #97

Merged
merged 1 commit into from
Jul 2, 2024
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
2 changes: 0 additions & 2 deletions prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,6 @@ for branch in ${branches[@]};
# Get the segment of the stable branch name to use for merges.
stable=`expr "$branch" : 'MOODLE_'`
mergestringsbranch="install_${branch:$stable}"
# TODO: Remove these 2 lines once AMOS starts generating the install_main branch.
mergestringsbranch="install_master"
else
# Must be a stable branch.
# Stable branches are not included in major, beta, or rc releases.
Expand Down