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 stable28
git pull origin stable28
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 v18.0.13 will be automatically added to the tag)
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 stable29
git pull origin stable29
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 v19.0.11 will be automatically added to the tag)
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)
Get branches/versions to release from https://github.com/nextcloud/spreed/milestones
💺 Preparation
CHANGELOG.md
with the changelog of all milestones that are subject to the release🚀 v18.0.13
Start with the oldest version here, so the appstore and github releases show the newest version as "Last release"
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:v
inv18.0.13
will be automatically added to the tag)CHANGELOG.md
section from merged PR💚 Next Patch (28)
tov18.0.13
in https://github.com/nextcloud/spreed/milestonesUnless last release of the stable branch:
💚 Next Patch (28)
(Due date in ~4 weeks, ~4 days for beta/RC)v18.0.13
to💚 Next Patch (28)
: https://github.com/nextcloud/spreed/issues?q=is%3Aissue%20state%3Aopen%20milestone%3Av18.0.13v18.0.13
milestone🚀 v19.0.11
Start with the oldest version here, so the appstore and github releases show the newest version as "Last release"
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:v
inv19.0.11
will be automatically added to the tag)CHANGELOG.md
section from merged PR💚 Next Patch (29)
tov19.0.11
in https://github.com/nextcloud/spreed/milestonesUnless last release of the stable branch:
💚 Next Patch (29)
(Due date in ~4 weeks, ~4 days for beta/RC)v19.0.11
to💚 Next Patch (29)
: https://github.com/nextcloud/spreed/issues?q=is%3Aissue%20state%3Aopen%20milestone%3Av19.0.11v19.0.11
milestone🚀 v20.0.2
Start with the oldest version here, so the appstore and github releases show the newest version as "Last release"
stable30.0
branch make sure to:l10n/
folder fromstable30
and commit itCHANGELOG.md
of higher versionsappinfo/info.xml
package.json
. The following command will return a new version name, make sure it matches what you expect:v
inv20.0.2
will be automatically added to the tag)CHANGELOG.md
section from merged PR💚 Next Patch (30)
tov20.0.2
in https://github.com/nextcloud/spreed/milestonesUnless last release of the stable branch:
💚 Next Patch (30)
(Due date in ~4 weeks, ~4 days for beta/RC)v20.0.2
to💚 Next Patch (30)
: https://github.com/nextcloud/spreed/issues?q=is%3Aissue%20state%3Aopen%20milestone%3Av20.0.2v20.0.2
milestoneThe text was updated successfully, but these errors were encountered: