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 todo 18.0.0-rc.3 #11110

Closed
33 of 42 tasks
nickvergessen opened this issue Dec 4, 2023 · 0 comments
Closed
33 of 42 tasks

🚀 Release todo 18.0.0-rc.3 #11110

nickvergessen opened this issue Dec 4, 2023 · 0 comments

Comments

@nickvergessen
Copy link
Member

nickvergessen commented Dec 4, 2023

Get branches/versions to release from https://github.com/nextcloud/spreed/milestones

💺 Preparation

  • Check there are no pending backports: backport-request
  • Check all milestones don't have priority issues still open
  • On first RC of a major release
    • Create New in Talk 18 entries in the Talk updates ✅ conversation
    • Create a test package and check if a new development file needs to be added to the packaging exclude list in Makefile
    make appstore
    • Make sure the GDPR document is updated for new database tables/columns
    • Make sure dependabot.yml is sending patch updates to the stable branch
  • Create a PR against master CHANGELOG.md with the changelog of all milestones that are subject to the release
  • Merge the PR

🚀 v18.0.0-rc.3

Start with the oldest version here, so the appstore and github releases show the newest version as "Last release"

  • Backport the changelog

    • Release 18.0.0-rc.3  #11151
    • Remove changelog entries in CHANGELOG.md of higher versions
    • Bump the version in appinfo/info.xml
    • Bump the version in package.json. The following command will return a new version name, make sure it matches what you expect:
    # Make sure the printed version matches the info.xml version
    npm version --no-git-tag-version $(xmllint --xpath '/info/version/text()' appinfo/info.xml)
  • Merge the backport

  • Make sure you pull the latest stable branch:

    git checkout stable28
    git pull origin stable28
  • Clean the dev instance and update all dependencies with the lock file versions and build the production javascript:

    make production-setup
    # On 24 and older versions run:
    # make dev-setup build-js-production
  • Do a quick smoke test by starting a call with:

    • Chrome
    • Edge
    • Firefox
    • Safari
    • Desktop client (Talk 16+)
    • Android app
    • iOS app
  • Create tag (note that the leading v in v18.0.0-rc.3 will be automatically added to the tag)

    make create-tag version=18.0.0-rc.3
  • Push the git tag to https://github.com/nextcloud-releases/spreed

    git push releases v18.0.0-rc.3
  • Mark the tag as a (pre-)release in https://github.com/nextcloud/spreed/releases/new?tag=v18.0.0-rc.3

    • Add the respective CHANGELOG.md section
    • Use the Generate release notes button and wrap put the result into
      ## What's Changed
      
      <details>
      
      </details>
      
  • Mark the tag as a (pre-)release in https://github.com/nextcloud-releases/spreed/releases/new?tag=v18.0.0-rc.3

    • Copy the release description from before
  • Check that the GitHub Action started: https://github.com/nextcloud-releases/spreed/actions

  • Rename milestone 💙 Final RC (28) to v18.0.0-rc.3 in https://github.com/nextcloud/spreed/milestones
    Unless last release of the stable branch:

    • Create a follow up milestone for 🚀 Final (28)
    • Move all open PRs and issues from milestone v18.0.0-rc.3 to 💝 Next Patch (28)
    • Hand pick burning issues to 🚀 Final (28)
  • Close the v18.0.0-rc.3 milestone

  • Ensure that the GitHub Action finished successfully: https://github.com/nextcloud-releases/spreed/actions

  • In case there were security issues fixed ping the security team

@nickvergessen nickvergessen self-assigned this Dec 4, 2023
@nickvergessen nickvergessen added this to the 💙 Final RC (28) milestone Dec 4, 2023
@nickvergessen nickvergessen changed the title Release todo 18.0.0-rc.3 🚀 Release todo 18.0.0-rc.3 Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant