You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 master
git pull origin master
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 v20.0.0-beta.3 will be automatically added to the tag)
Get branches/versions to release from https://github.com/nextcloud/spreed/milestones
💺 Preparation
🚀 v20.0.0-beta.3
Start with the oldest version here, so the appstore and github releases show the newest version as "Last release"
Backport the changelog
CHANGELOG.md
of higher versionsappinfo/info.xml
package.json
. The following command will return a new version name, make sure it matches what you expect:Merge the backport
Make sure you pull the latest stable branch:
Clean the dev instance and update all dependencies with the lock file versions and build the production javascript:
Do a quick smoke test by starting a call with:
Create tag (note that the leading
v
inv20.0.0-beta.3
will be automatically added to the tag)Push the git tag to https://github.com/nextcloud-releases/spreed
Make sure you have access rights to the remote repository, and it is set up on your machine:
Prepare a (pre-)release in https://github.com/nextcloud/spreed/releases/new?tag=v20.0.0-beta.3
CHANGELOG.md
section from merged PRPrepare a (pre-)release in https://github.com/nextcloud-releases/spreed/releases/new?tag=v20.0.0-beta.3
Check that the GitHub Action started: https://github.com/nextcloud-releases/spreed/actions
Rename milestone
💙 Next Beta (30)
tov20.0.0-beta.3
in https://github.com/nextcloud/spreed/milestonesUnless last release of the stable branch:
💙 Next Beta (30)
(Due date in ~4 weeks, ~4 days for beta/RC)v20.0.0-beta.3
to💙 Next Beta (30)
Close the
v20.0.0-beta.3
milestoneEnsure that the GitHub Action finished successfully: https://github.com/nextcloud-releases/spreed/actions
In case there were security issues fixed ping the security team
Post the changelog in 💬 Talk team public 👥
The text was updated successfully, but these errors were encountered: