Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
mcalinghee edited this page Sep 12, 2022 · 3 revisions

Release Process

If we want a new release , let's take the new release of : 2.5.8

  1. Change matrix-js-sdk/package.json
"version": "2.2.0-tchap-2.5.7" => "version": "2.2.0-tchap-2.5.8"
  1. Change matrix-react-sdk/package.json
"version": "2.5.7-tchap" => "version": "2.5.8-tchap"
  1. Change package.json
"version": "2.5.7" => "version": "2.5.8"
  1. Generate the yarn.lock
yarn install
  1. Commit your changes with the message "Bump to 2.5.8"
  2. Create a new tag from develop and push it to the repo
git tag v2.5.8
git push origin v2.5.8

CI should create the release : https://github.com/tchapgouv/tchap-web/releases/tag/v2.5.8 with all assets

Clone this wiki locally