Skip to content

Commit

Permalink
Merge pull request #674 from nextcloud/desktopHandleVersionWithTwoDigits
Browse files Browse the repository at this point in the history
sync latest stable branch with x.y or with x.yz version number
  • Loading branch information
camilasan authored Oct 24, 2024
2 parents 7d28a99 + d09fe4e commit ac429e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations-desktop/handleDesktopTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd desktop
# Generate source translation files for master and stable-x.y branches
mkdir /branches

versions=$(git branch -r | grep "origin\/stable\-[0-9]\.[0-9]$" | cut -f2 -d"/" | sort -r | head -n 1)" master"
versions=$(git branch -r | grep "origin\/stable\-[0-9]\.[0-9]$" | cut -f2 -d"/" | sort -r | head -n 1)" " $(git branch -r | grep "origin\/stable\-[0-9]\.[0-9][0-9]$" | cut -f2 -d"/" | sort -r | head -n 1) " master"

# Allow to manually limit translations to specified backport branches within the repo
if [[ -f '.tx/backport' ]]; then
Expand Down

0 comments on commit ac429e4

Please sign in to comment.