-
Notifications
You must be signed in to change notification settings - Fork 509
Closed
Description
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 major releases
- 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 test package and check if a new development file needs to be added to the packaging exclude list in
- Create a PR against master
CHANGELOG.mdwith the changelog of all milestones that are subject to the release - Merge the PR
🚀 v16.0.0-rc.1
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 stable26 git pull origin stable26
- Clean the dev instance and update all dependencies with the lock file versions and build the production javascrip:
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
- Android app
- iOS app
- Create tag (note that the leading
vinv16.0.0-rc.1will be automatically added to the tag)make create-tag version=16.0.0-rc.1
- Push the git tag to https://github.com/nextcloud-releases/spreed
git push releases v16.0.0-rc.1
- Mark the tag as a (pre-)release in https://github.com/nextcloud-releases/spreed/releases/new?tag=v16.0.0-rc.1
- Add the respective
CHANGELOG.mdsection
- Add the respective
- Check that the GitHub Action started: https://github.com/nextcloud-releases/spreed/actions
- Mark the tag as a (pre-)release in https://github.com/nextcloud/spreed/releases/new?tag=v16.0.0-rc.1
- Add the respective
CHANGELOG.mdsection - 🛑 Do NOT re-upload the binary here.
- Add the respective
- Rename milestone
🚀 Next Beta (26)tov16.0.0-rc.1in https://github.com/nextcloud/spreed/milestones
Unless last release of the stable branch:- Create a follow up milestone for
🚀 Next RC (26)(Due date in ~4 days) - Move all open PRs and issues from milestone
v16.0.0-rc.1to🚀 Next RC (26)
- Create a follow up milestone for
- Close the
v16.0.0-rc.1milestone - 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