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
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 PR
Make sure you pull the latest main branch:
git checkout main
git pull origin main
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.1 will be automatically added to the tag)
Get branches/versions to release from https://github.com/nextcloud/spreed/milestones
💺 Preparation
🚀 v20.0.0-beta.1
Start with the oldest version here, so the appstore and github releases show the newest version as "Last release"
CHANGELOG.md
with the changelog of all milestones that are subject to the releaseappinfo/info.xml
package.json
. The following command will return a new version name, make sure it matches what you expect:v
inv20.0.0-beta.1
will be automatically added to the tag)CHANGELOG.md
section from merged PR💚 Next Major (30)
tov20.0.0-beta.1
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.1
to💚 Next Beta (30)
v20.0.0-beta.1
milestoneThe text was updated successfully, but these errors were encountered: