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 stable35
git pull origin stable35
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 v25.0.0-rc.1 will be automatically added to the tag)
make create-tag version=$(xmllint --xpath '/info/version/text()' appinfo/info.xml)
gh api repos/nextcloud/spreed/milestones --paginate --jq \
'.[] | select(.title == "⛅ Next RC (35)") | .number' \
| xargs -I{} gh api --method PATCH repos/nextcloud/spreed/milestones/{} -f title="v25.0.0-rc.1"
Unless last release of the stable branch:
Create a follow-up milestone for ⛅ Next RC (35) (Due date in ~4 weeks, ~1 week for beta/RC)
# Adjust the due date (UTC) before running
gh api --method POST repos/nextcloud/spreed/milestones \
-f title="⛅ Next RC (35)" -f due_on="YYYY-MM-DDT00:00:00Z"
Get branches/versions to release from https://github.com/nextcloud/spreed/milestones
💺 Preparation
New in Talk 25entries in theTalk updates ✅conversationMakefileCHANGELOG.mdwith the changelog of all milestones that are subject to the release🚀 v25.0.0-rc.1
Start with the oldest version here, so the appstore and github releases show the newest version as "Last release"
CHANGELOG.mdof higher versionsappinfo/info.xmlpackage.json. The following command will return a new version name, make sure it matches what you expect:vinv25.0.0-rc.1will be automatically added to the tag)make create-tag version=$(xmllint --xpath '/info/version/text()' appinfo/info.xml)git push releases v$(xmllint --xpath '/info/version/text()' appinfo/info.xml)CHANGELOG.mdsection from merged PR⛅ Next RC (35)tov25.0.0-rc.1in https://github.com/nextcloud/spreed/milestonesgh api repos/nextcloud/spreed/milestones --paginate --jq \ '.[] | select(.title == "⛅ Next RC (35)") | .number' \ | xargs -I{} gh api --method PATCH repos/nextcloud/spreed/milestones/{} -f title="v25.0.0-rc.1"⛅ Next RC (35)(Due date in ~4 weeks, ~1 week for beta/RC)v25.0.0-rc.1to⛅ Next RC (35): https://github.com/nextcloud/spreed/issues?q=is%3Aissue%20state%3Aopen%20milestone%3Av25.0.0-rc.1v25.0.0-rc.1to⛅ Next RC (35): https://github.com/nextcloud/spreed/pulls?q=is%3Apr%20state%3Aopen%20milestone%3Av25.0.0-rc.1v25.0.0-rc.1milestonegh api repos/nextcloud/spreed/milestones --paginate --jq \ '.[] | select(.title == "v25.0.0-rc.1") | .number' \ | xargs -I{} gh api --method PATCH repos/nextcloud/spreed/milestones/{} -f state=closed🛣️ Conclude