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

Release 3.12.2 #6562

Closed
68 of 77 tasks
mgallien opened this issue Mar 20, 2024 · 1 comment
Closed
68 of 77 tasks

Release 3.12.2 #6562

mgallien opened this issue Mar 20, 2024 · 1 comment
Labels

Comments

@mgallien
Copy link
Collaborator

mgallien commented Mar 20, 2024

πŸ“ TO DO

  • ⬆️ Bump VERSION.cmake to 3.12.2 and doc/conf.py (release to 3.12.2) in the corresponding stable branch
  • 🏷️ Create tag from corresponding stable branch on the commit introducing the version bump
$ git checkout stable-3.12
$ git pull
$ git tag -s -m "Release 3.12.2" v3.12.2 
$ git push origin --tags
git remote add releases git@github.com:nextcloud-releases/desktop.git
git fetch origin v3.12.2
git push releases v3.12.2
  • 🏷️ Create tag from corresponding stable branch in client-building. Steps to create the tag are the same as the above.
  • 🏭 Trigger the builds on brander and wait for them to succeed:
    • 🐧 Linux
    • 🍎 Mac OS
    • πŸšͺ 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).
      • 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.12.2 (make sure every merged PR is included)
  • Create the milestone for 3.12.(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)
  • πŸ“§ E-mail the company internal mailing list about the new client: just a reminder for them to update to the latest client and to report any issues they might find.
@frazei
Copy link

frazei commented Mar 22, 2024

Is this issue nextcloud-releases/desktop#4 fixed with 3.12.2?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants