Skip to content

Release 3.17.4Β #9115

@camilasan

Description

@camilasan

πŸ“ TO DO

  • ⚠️ checks that the milestone associated with the release has no outstanding pending work to be done
  • ⬆️ Bump VERSION.cmake to 3.17.4 in the corresponding stable branch
  • 🏷️ Create tag from corresponding stable branch on the commit introducing the version bump
$ git checkout stable-3.17
$ git pull
$ git tag -s -m "Release 3.17.4" v3.17.4 
$ git push origin --tags
git remote add releases [email protected]:nextcloud-releases/desktop.git
git fetch origin v3.17.4
git push releases v3.17.4
  • 🏷️ Create tag from corresponding stable branch in client-building.
$ git checkout stable-3.17
$ git pull
$ git tag -s -m "Release 3.17.4" v3.17.4
$ git push origin --tags
  • 🏭 Trigger the builds on brander and wait for them to succeed:
    • 🐧 Linux
    • 🍎 Mac OS classic
    • 🍎 Mac OS vfs
    • πŸšͺ Windows MSI
  • πŸ§ͺ Execute the bugfix release test plan for each build:
    • 🐧 Linux
      • update from last release candidate (meaning that you have an existing account configured with the release candidate and use it with the official AppImage)
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
      • fresh installation
        • configure a new account
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
        • check cpu usage during sync
        • test important new fixes in this release
    • 🍎 Mac OS
      ⚠️ Check the logs for:
      • Sharing succeeded: it needs to be signed similarly to .pkg file and uploaded everywhere.
      • Get the link after the last mention of Sharing succeeded to download the delta update file (.tbz) (required for automated upgrade).
      • be careful macOS VFS packages are wrongly named and should follow this pattern: Nextcloud-x.y.z-macOS-vfs.pkg
      • update from last release candidate (meaning that you have an existing account configured with the release candidate and upgrade the installation via installer)
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
      • fresh installation
        • configure a new account using VFS sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
        • test important new fixes in this release
        • configure a new account using selective sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
    • πŸšͺ Windows MSI
      • update from last release candidate (meaning that you have an existing account configured with the release candidate and upgrade the installation via installer)
        • upload/download/check activity/check integration to file browser
        • check cpu usage during sync
        • tray menu interaction
        • test Talk notifications (receive notification, reply to a message)
      • fresh installation
        • configure a new account using VFS sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
        • test important new fixes in this release
        • configure a new account using selective sync
          • upload/download/check activity/check integration to file browser
          • check cpu usage during sync
          • tray menu interaction
          • test Talk notifications (receive notification, reply to a message)
          • check cpu usage during sync
  • πŸ—οΈ Sign binaries (ssh -P 2200 to signing VM, then, cat how-to-sign, then scp -P 2200 to download signatures)
  • πŸ“– Create draft pre-release and release notes (click on Generate release notes) at:
  • πŸ“¦ Upload binaries to:
  • πŸš€ Publish the draft pre-releases created previously at:
  • Close the milestone for 3.17.4 (make sure every merged PR is included)
  • Create the milestone for X.Y.(Z+1) (make sure every merged PR is included)
  • πŸ†™ Change the values of $stableReleaseDate and $stableVersion in the updater server config to serve the release.
    ⚠️ For the mac update service: the sparkle:edSignature and length values are printed right after the last mention of Sharing succeeded in the brander build log. Replace the values "signature" and "length" under 'macos' in 'stable' with them.
  • πŸ†™ Change the install-clients page to update the link to the latest release on Nextcloud website (direct modification via wordpress web ui)
  • Ensure that desktop client links work on website and release packages are downloaded fine
  • Also test links on portal and that release packages are downloaded fine

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions