Skip to content

Release todo 15.0.0-beta.2 #7840

@nickvergessen

Description

@nickvergessen

💺 Preparation

🚀 v15.0.0-beta.2

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

  • Make sure you pull the latest stable branch:
    git checkout master
    git pull origin master
  • Clean the dev instance and update all dependencies with the lock file versions and build the production javascrip:
    make dev-setup build-js-production
  • Do a quick smoke test by starting a call with:
    • Chrome
    • Edge
    • Firefox
    • Safari
    • Android app
    • iOS app
  • Create tag
    make create-tag version=15.0.0-beta.2
  • Push the git tag to https://github.com/nextcloud-releases/spreed
    git push releases v15.0.0-beta.2
  • Mark the tag as a (pre-)release in https://github.com/nextcloud-releases/spreed/releases
    • Add the respective CHANGELOG.md section
  • Mark the tag as a (pre-)release in https://github.com/nextcloud/spreed/releases
    • Add the respective CHANGELOG.md section
    • 🛑 Do NOT re-upload the binary here.
  • Check that the GitHub Action started: https://github.com/nextcloud-releases/spreed/actions
  • Rename milestone 💚 Next Beta (25) to v15.0.0-beta.2
  • Unless last release of the stable branch:
    • Create a follow up milestone for 💚 Next Beta (25) (Due date in ~1 weeks)
    • Move all open PRs and issues from milestone v15.0.0-beta.2 to 💚 Next Beta (25)
  • Close the v15.0.0-beta.2 milestone
  • In case there were security issues fixed ping the security team

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions