Skip to content

Starting a new version

George Dawoud edited this page Mar 8, 2024 · 3 revisions
  1. Create a new branch -> build\5.2.2

  2. Rev to the new version

system-dev:CRM dawoudio$ ./scripts/startNewRelease.js 5.2.2
Starting build: 5.2.2
package.json  current version:  5.2.1
package.json  updated to version:  5.2.2
src/composer.json  current version:  5.2.1
src/composer.json  updated to version:  5.2.2
Current DB version:  5.2.1
  1. Update the demo db to the same version

  2. Copy the release notes from the last version to the CHANGELOG.md

  3. Update locale files

  • start docker to ensure we have the DB running
  • run npm run locale-gen
  • upload churchcrm/CRM/locale/messages.po to poeditor
  • run npm run locale-download
Clone this wiki locally